Skip to content

Commit 4ee8181

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/checkout from 4.1.5 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.5...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2cf47a5 commit 4ee8181

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- name: Clone repository
35-
uses: actions/[email protected].5
35+
uses: actions/[email protected].6
3636
with:
3737
fetch-depth: 0
3838
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/[email protected].5
25+
uses: actions/[email protected].6
2626
with:
2727
fetch-depth: 0
2828
submodules: recursive

0 commit comments

Comments
 (0)