Skip to content

Commit

Permalink
Merge pull request #135 from EspressoSystems/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Ancient123 authored Mar 11, 2024
2 parents 0f30d8f + 820c800 commit 8698369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
access_token: ${{ github.token }}

- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: Swatinem/rust-cache@v2
name: Enable Rust Caching
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: cachix/install-nix-action@v26

- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# sanity check that repository builds with nix
- name: Build
Expand Down

0 comments on commit 8698369

Please sign in to comment.