From db918d6a319fb59e82a7ef517c492500bf77c683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:26:51 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.2 (#8650) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [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/v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/check-links.yml | 2 +- .github/workflows/ci-caches.yml | 4 ++-- .github/workflows/code-validator.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/docs.yml | 4 ++-- .github/workflows/dvc-diff.yml | 2 +- .github/workflows/lint-checker.yml | 2 +- .github/workflows/release-baseline-images.yml | 2 +- .github/workflows/remind.yml | 2 +- .github/workflows/tests.yml | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a61904df49..b56df7f0430 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Setup vcpkg (Windows) run: gh run download -n vcpkg-cache -D C:/vcpkg/installed/ diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 21cc7b3f769..84a0703dbb4 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Link Checker id: lychee diff --git a/.github/workflows/ci-caches.yml b/.github/workflows/ci-caches.yml index fa991a8781a..cf1fec04bcc 100644 --- a/.github/workflows/ci-caches.yml +++ b/.github/workflows/ci-caches.yml @@ -116,7 +116,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Download GSHHG and DCW datasets run: bash ci/download-coastlines.sh @@ -135,7 +135,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Install vcpkg libraries run: bash ci/install-dependencies-windows.sh diff --git a/.github/workflows/code-validator.yml b/.github/workflows/code-validator.yml index 3a929eb79d4..205d7abf935 100644 --- a/.github/workflows/code-validator.yml +++ b/.github/workflows/code-validator.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Check PSL_strings.h run: | diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 998a7373d8b..3747570ade7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -92,7 +92,7 @@ jobs: fi - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 # Fix the git error: # "failed to run git: fatal: detected dubious ownership in repository at '/__w/gmt/gmt'" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 022658a2f45..f586af50995 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Setup vcpkg (Windows) run: gh run download -n vcpkg-cache -D C:/vcpkg/installed/ @@ -134,7 +134,7 @@ jobs: echo "${INSTALLDIR}/bin" >> $GITHUB_PATH - name: Checkout the gh-pages branch in a separate folder - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 with: ref: gh-pages # Checkout to this folder instead of the current one diff --git a/.github/workflows/dvc-diff.yml b/.github/workflows/dvc-diff.yml index dfd3bca48fa..546f9a274a1 100644 --- a/.github/workflows/dvc-diff.yml +++ b/.github/workflows/dvc-diff.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Setup data version control (DVC) uses: iterative/setup-dvc@v2 diff --git a/.github/workflows/lint-checker.yml b/.github/workflows/lint-checker.yml index 1789b69ba54..bf39c0086d9 100644 --- a/.github/workflows/lint-checker.yml +++ b/.github/workflows/lint-checker.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Install cppcheck run: | diff --git a/.github/workflows/release-baseline-images.yml b/.github/workflows/release-baseline-images.yml index 26ee359d892..12900f82e8b 100644 --- a/.github/workflows/release-baseline-images.yml +++ b/.github/workflows/release-baseline-images.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Setup data version control (DVC) uses: iterative/setup-dvc@v2 diff --git a/.github/workflows/remind.yml b/.github/workflows/remind.yml index b2b50849be1..46bd54e6142 100644 --- a/.github/workflows/remind.yml +++ b/.github/workflows/remind.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Find and report known failures run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5472ca326a2..391901d9b56 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Setup vcpkg (Windows) run: gh run download -n vcpkg-cache -D C:/vcpkg/installed/