summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-06-18 22:13:35 +0000
committerVictor Kareh <[email protected]>2026-06-18 21:03:22 -0400
commit8ff528c7942e6b1323aec401e06ba490625d98c9 (patch)
tree688bafaa2537d0a712278028f0e0b5de7937b95c
parent6c53bde758e6d8944438c2469b8a58209db6d0b2 (diff)
downloadmate-session-manager-master.tar.bz2
mate-session-manager-master.tar.xz
build(deps): bump actions/checkout from 6 to 7HEADmaster
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 8382478..c64f89a 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -63,7 +63,7 @@ jobs:
pacman --noconfirm -Sy git || true
echo "::endgroup::"
- name: Repository checkout
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
submodules: "true"
- name: Install dependency packages
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d2aaea9..5ad207e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Repository checkout
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
submodules: "true"