From abf5420a072b4dcdcc7329b13d099151503c4810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:03:10 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 14 +++++++------- .github/workflows/book.yml | 4 ++-- .github/workflows/docs.yml | 2 +- .github/workflows/image.yml | 2 +- .github/workflows/listings.yml | 2 +- .github/workflows/windows-msvc.yml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b888bbc21860..38e40f53d5d4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -48,7 +48,7 @@ jobs: - { name: "gdk4-x11", features: "v4_4,xlib,egl", test_sys: false } - { name: "gtk4-macros", features: "xml_validation,blueprint", test_sys: false } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: toolchain: ${{ matrix.rust }} @@ -75,7 +75,7 @@ jobs: container: image: ghcr.io/gtk-rs/gtk4-rs/gtk4:latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: profile: minimal @@ -91,7 +91,7 @@ jobs: name: rustfmt runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: profile: minimal @@ -107,7 +107,7 @@ jobs: name: regen checker runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: "recursive" set-safe-directory: true @@ -124,7 +124,7 @@ jobs: name: docs embed check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive set-safe-directory: true @@ -153,8 +153,8 @@ jobs: - { name: "gdk4-win32", is_macros_crate: false } - { name: "gtk4-macros", is_macros_crate: true } steps: - - uses: actions/checkout@v2 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: repository: gtk-rs/checker ref: master diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 7bbe9e9db5e4..d2ac7ab52c46 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 name: build steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: profile: minimal @@ -40,7 +40,7 @@ jobs: codespell: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: codespell-project/actions-codespell@master with: check_filenames: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 51e3df8eeaa8..770f881e7d08 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,7 +43,7 @@ jobs: 0.3=0.3 RUSTFLAGS: --cfg docsrs steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: "recursive" set-safe-directory: true diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index db54602a9525..d98ef857f777 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -18,7 +18,7 @@ jobs: docker: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Push to GitHub Packages uses: docker/build-push-action@v1 with: diff --git a/.github/workflows/listings.yml b/.github/workflows/listings.yml index c4563db8a410..066a20a5d818 100644 --- a/.github/workflows/listings.yml +++ b/.github/workflows/listings.yml @@ -19,7 +19,7 @@ jobs: container: image: ghcr.io/gtk-rs/gtk4-rs/gtk4:latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: profile: minimal diff --git a/.github/workflows/windows-msvc.yml b/.github/workflows/windows-msvc.yml index 56e48b5a49db..1e3b5d0cf6f4 100644 --- a/.github/workflows/windows-msvc.yml +++ b/.github/workflows/windows-msvc.yml @@ -28,7 +28,7 @@ jobs: PKG_CONFIG_PATH: 'C:\gnome\lib\pkgconfig' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/cache@v1 id: cache with: