Skip to content

Commit 82925a9

Browse files
dependabot[bot]jirihnidek
authored andcommitted
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 a9f8682 commit 82925a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Create build directory
2525
# Create build directory
@@ -41,13 +41,13 @@ jobs:
4141
image: fedora:rawhide
4242
options: --security-opt seccomp=unconfined
4343
steps:
44-
# Install git and other tools first to be able to use 'actions/checkout@v5' properly
44+
# Install git and other tools first to be able to use 'actions/checkout@v6' properly
4545
- name: Install required packages
4646
run: dnf install --nogpgcheck -y tito gcc make cmake git-core
4747

4848
# Clone repository and set everything for building of RPMs
4949
- name: Checkout
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151

5252
# This step is required so Tito can properly read git history
5353
# See https://github.com/actions/checkout/issues/766

0 commit comments

Comments
 (0)