Skip to content

Commit 2b058ed

Browse files
dependabot[bot]vkareh
authored andcommitted
build(deps): bump actions/checkout from 5 to 6
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](actions/checkout@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] <support@github.com>
1 parent 37cc1c9 commit 2b058ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
pacman --noconfirm -Sy git || true
6464
echo "::endgroup::"
6565
- name: Repository checkout
66-
uses: actions/checkout@v5
66+
uses: actions/checkout@v6
6767
- name: Install dependency packages
6868
run: .github/workflows/${{ env.DISTRO }}.sh
6969
- name: Enable ccache to speed up builds

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Repository checkout
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Install dependency packages
1616
run: sudo .github/workflows/ubuntu.sh

0 commit comments

Comments
 (0)