Skip to content

Commit 6daf5df

Browse files
authored
Merge pull request #52 from foresterre/dependabot/github_actions/actions/checkout-4.1.7
Bump actions/checkout from 4.1.1 to 4.1.7
2 parents e827435 + 62baed6 commit 6daf5df

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)