summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-03-12 17:20:49 +0000
committerVictor Kareh <[email protected]>2026-03-12 13:29:37 -0400
commit7efaaffd4bc3ba9f94ec05af69e1a7f5b4e73cb9 (patch)
tree19a7735d15c0a85e9d7bd0c915d3508d58f7b893 /.github/workflows
parentd86713a7012c916e28affb7d55fb18458dab2e11 (diff)
downloadlibmatemixer-7efaaffd4bc3ba9f94ec05af69e1a7f5b4e73cb9.tar.bz2
libmatemixer-7efaaffd4bc3ba9f94ec05af69e1a7f5b4e73cb9.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]>
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 b7d7864..0169a4b 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@v5
+ uses: actions/checkout@v6
- name: Install dependency packages
run: .github/workflows/${{ env.DISTRO }}.sh
- name: Enable ccache to speed up builds
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b361436..a6c8ae4 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@v5
+ uses: actions/checkout@v6
- name: Install dependency packages
run: sudo .github/workflows/ubuntu.sh