summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-12 01:02:59 +0000
committerGitHub <[email protected]>2025-08-12 01:02:59 +0000
commit0f1d82c37d1dc59d68a92a93b78899b63acb428d (patch)
tree8dc53e06866a7cd222c3a74b1eca76a11f73e7c2
parent2d3666e41d4d5d8a82bfb0181b05b2af78595bc6 (diff)
downloadcaja-0f1d82c37d1dc59d68a92a93b78899b63acb428d.tar.bz2
caja-0f1d82c37d1dc59d68a92a93b78899b63acb428d.tar.xz
build(deps): bump actions/checkout from 4 to 5dependabot/github_actions/actions/checkout-5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 65d7e2eb..6bcada24 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -65,7 +65,7 @@ jobs:
pacman --noconfirm -Sy git || true
echo "::endgroup::"
- name: Repository checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
submodules: "true"
- name: Install dependency packages
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 764b9266..08e67e6c 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@v4
+ uses: actions/checkout@v5
with:
submodules: "true"