summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-12-23 05:50:41 +0000
committerGitHub <[email protected]>2025-12-23 05:50:41 +0000
commit6feeb6d094e138179da2d86127a4b89147ee5042 (patch)
tree90210df20bfea40803076017539910ecc31a83bf
parent64bcc359e333135e72af2cc410373d8523b73c09 (diff)
downloadatril-dependabot/github_actions/actions/checkout-6.tar.bz2
atril-dependabot/github_actions/actions/checkout-6.tar.xz
chore(deps): bump actions/checkout from 3 to 6dependabot/github_actions/actions/checkout-6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [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/v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--.github/workflows/builds.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 65b9bc9c..b0bea962 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -74,7 +74,7 @@ jobs:
pacman --noconfirm -Sy git || true
echo "::endgroup::"
- name: Repository checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
submodules: "true"
- name: Install dependency packages
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 07a1db96..964bc7ad 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Repository checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
with:
submodules: "true"