Skip to content

Commit

Permalink
Merge pull request #170 from Alzymologist/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4.1.5
  • Loading branch information
dependabot[bot] committed May 7, 2024
2 parents be4b8b6 + ce77ea1 commit c227d40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-cargo-deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout Sources
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.5

- name: Run cargo-deny
uses: EmbarkStudios/cargo-deny-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
access_token: ${{ github.token }}

- name: Checkout sources
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.5
with:
fetch-depth: 50
submodules: 'recursive'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
access_token: ${{ github.token }}

- name: Checkout sources
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.5
with:
fetch-depth: 50
submodules: 'recursive'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
access_token: ${{ github.token }}

- name: Checkout sources
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.5
with:
fetch-depth: 50
submodules: 'recursive'
Expand Down

0 comments on commit c227d40

Please sign in to comment.