summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-12-23 05:50:41 +0000
committerVictor Kareh <[email protected]>2026-02-13 09:05:31 -0500
commitbd997817536cfa724a719d159e9b498fb0219495 (patch)
treea024c56a0cc7546ac28af1364086526862979b6d
parentc458fd2c9cdb2e4a594a557aec6c5e75e00bcb6a (diff)
downloadatril-bd997817536cfa724a719d159e9b498fb0219495.tar.bz2
atril-bd997817536cfa724a719d159e9b498fb0219495.tar.xz
chore(deps): bump actions/checkout from 3 to 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 a4cb1a7f..f663f487 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -80,7 +80,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 3fa8a158..05e6a0bd 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"