Skip to content

Commit b4daec8

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/checkout from 4.3.0 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ba9c74 commit b4daec8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
steps:
3636
- name: Clone repository
37-
uses: actions/checkout@v4.3.0
37+
uses: actions/checkout@v5.0.0
3838
with:
3939
fetch-depth: 0
4040
submodules: recursive

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Clone repository
26-
uses: actions/checkout@v4.3.0
26+
uses: actions/checkout@v5.0.0
2727
with:
2828
fetch-depth: 0
2929
submodules: recursive

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
steps:
2424
- name: Clone repository
25-
uses: actions/checkout@v4.3.0
25+
uses: actions/checkout@v5.0.0
2626
with:
2727
fetch-depth: 0
2828
submodules: recursive

0 commit comments

Comments
 (0)