Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 5267fa7

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/checkout from 4.1.6 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- 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 447c14d commit 5267fa7

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
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- name: Clone repository
36-
uses: actions/[email protected].6
36+
uses: actions/[email protected].7
3737
with:
3838
fetch-depth: 0
3939
submodules: recursive

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Clone repository
20-
uses: actions/[email protected].6
20+
uses: actions/[email protected].7
2121
with:
2222
fetch-depth: 0
2323
submodules: recursive

0 commit comments

Comments
 (0)