Skip to content

Commit 62baed6

Browse files
Bump actions/checkout from 4.1.1 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 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.1...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 e827435 commit 62baed6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: checkout_repository
16-
uses: actions/[email protected].1
16+
uses: actions/[email protected].7
1717
with:
1818
fetch-depth: 1
1919

.github/workflows/licenses_and_advisories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919

2020
continue-on-error: ${{ matrix.checks == 'advisories' }}
2121
steps:
22-
- uses: actions/[email protected].1
22+
- uses: actions/[email protected].7
2323
- uses: EmbarkStudios/cargo-deny-action@v1

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
continue-on-error: true
1515
steps:
1616
- name: checkout_repo
17-
uses: actions/[email protected].1
17+
uses: actions/[email protected].7
1818

1919
- name: install_rust
2020
uses: actions-rs/toolchain@v1

.github/workflows/msrv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
continue-on-error: true
1717
steps:
1818
- name: checkout_repo
19-
uses: actions/[email protected].1
19+
uses: actions/[email protected].7
2020
- name: install_rust
2121
uses: actions-rs/toolchain@v1
2222
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
rust: nightly
4444
steps:
4545
- name: checkout_repository
46-
uses: actions/[email protected].1
46+
uses: actions/[email protected].7
4747

4848
- name: install_rust
4949
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)