From 6e9ab7a97db3eb1e4aa44d3eff54ad8f13067936 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 04:32:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.3 --- .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 397f121..9ecbdea 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec9d6de..3d85a4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: ACTIONLINT_VERSION: 1.7.12 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - working-directory: ${{ runner.temp }} run: | @@ -48,7 +48,7 @@ jobs: steps: - run: pacman -Sy --noconfirm shellcheck git - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: sparse-checkout: installed-test