summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-24 19:07:07 +0000
committerVictor Kareh <[email protected]>2025-11-25 15:25:31 -0500
commita9b6e90d6d5d883bd345a7da33fee1c00eb3d6a6 (patch)
treef6e87c47719985d1afd712021714a68699e473b7
parent7433837df6c936ffaadd6af689a83ba4e9c4f64a (diff)
downloadmarco-master.tar.bz2
marco-master.tar.xz
build(deps): bump actions/checkout from 5 to 6HEADmaster
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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 f72b0aab..785fbb03 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -75,7 +75,7 @@ jobs:
pacman --noconfirm -Sy git || true
echo "::endgroup::"
- name: Repository checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
submodules: "true"
- name: Install dependency packages
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d5c7d3cc..cbc1e8c6 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@v5
+ uses: actions/checkout@v6
with:
submodules: "true"