From 46be5526e42694dfdf5f2885f25c422f5e529ab5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:06:13 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.2 --- .github/workflows/aur-publish.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/aur-publish.yml b/.github/workflows/aur-publish.yml index 2d39771..397f121 100644 --- a/.github/workflows/aur-publish.yml +++ b/.github/workflows/aur-publish.yml @@ -30,7 +30,7 @@ jobs: url: https://aur.archlinux.org/packages/${{ matrix.package }} steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da12454..722986c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: ACTIONLINT_VERSION: 1.7.10 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - working-directory: ${{ runner.temp }} run: | @@ -48,7 +48,7 @@ jobs: steps: - run: pacman -Sy --noconfirm shellcheck git - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - run: git config --global --replace-all safe.directory "$GITHUB_WORKSPACE" - run: echo '::add-matcher::.github/shellcheck-gcc-problem-matcher.json' @@ -83,7 +83,7 @@ jobs: - run: useradd -m builduser - run: echo "$GITHUB_WORKSPACE/.github/bin" >> "$GITHUB_PATH" - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - run: git config --global --replace-all safe.directory "$GITHUB_WORKSPACE" - run: chown -R builduser . @@ -134,7 +134,7 @@ jobs: - run: systemd-machine-id-setup - run: useradd -m builduser - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: sparse-checkout: installed-test