Skip to content

Commit

Permalink
Merge pull request #7 from SierraSoftworks/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4

build(deps): Bump actions/checkout from 1 to 4
  • Loading branch information
notheotherben authored Dec 10, 2024
2 parents 8217f05 + 0254137 commit 0565c1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Generate Package Version
id: version
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: Swatinem/rust-cache@v1

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Fetch Versioned Cargo.toml
uses: actions/[email protected]
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: Swatinem/rust-cache@v1

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Fetch Versioned Cargo.toml
uses: actions/[email protected]
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 @@ -16,7 +16,7 @@ jobs:
- uses: Swatinem/rust-cache@v1

- name: Check out code
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Run clippy
uses: actions-rs/[email protected]
Expand Down

0 comments on commit 0565c1f

Please sign in to comment.