From 1ee51517cd2fe93020b63b355be1a1d738696f5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 20:55:34 +0000 Subject: [PATCH] CI(deps): Update actions/checkout action to v4.2.2 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a5b40f4641b..9e86cbdfcc6 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -30,7 +30,7 @@ jobs: CMakeVersion: "3.16.0" steps: - name: Checkout GRASS - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install CMake run: | cd ${GITHUB_WORKSPACE}