Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.2.0 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 07178a6 commit 55ff321
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-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.2
uses: actions/checkout@v4.2.2
with:
fetch-depth: 50
submodules: 'recursive'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kalatori-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/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 50
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-cargo-build.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/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 50
submodules: 'recursive'
Expand Down
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/[email protected].1
uses: actions/[email protected].2

- name: Run cargo-deny
uses: EmbarkStudios/cargo-deny-action@v2
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 50
submodules: 'recursive'
Expand Down

0 comments on commit 55ff321

Please sign in to comment.