Skip to content

Commit

Permalink
Merge pull request #52 from foresterre/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.1.7

Bump actions/checkout from 4.1.1 to 4.1.7
  • Loading branch information
foresterre authored Jul 24, 2024
2 parents e827435 + 62baed6 commit 6daf5df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout_repository
uses: actions/[email protected].1
uses: actions/[email protected].7
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licenses_and_advisories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:

continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].7
- uses: EmbarkStudios/cargo-deny-action@v1
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
continue-on-error: true
steps:
- name: checkout_repo
uses: actions/[email protected].1
uses: actions/[email protected].7

- name: install_rust
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
continue-on-error: true
steps:
- name: checkout_repo
uses: actions/[email protected].1
uses: actions/[email protected].7
- name: install_rust
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
rust: nightly
steps:
- name: checkout_repository
uses: actions/[email protected].1
uses: actions/[email protected].7

- name: install_rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 6daf5df

Please sign in to comment.