summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-06-22 23:13:21 +0000
committerVictor Kareh <[email protected]>2026-06-22 19:41:07 -0400
commitdee7b3b81f4f495bb39a6c37c20eda4acfffefed (patch)
tree03347e0e7d0426623e68a849988f5806fb470dad /.github/workflows
parent36f011e8138655675e43f29c4e21b79dfc7c8e4b (diff)
downloadeom-master.tar.bz2
eom-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]>
Diffstat (limited to '.github/workflows')
-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 68f2833..b2b6263 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -71,7 +71,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 87b9255..ba2a5cc 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Repository checkout
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
submodules: "true"