Skip to content

Commit

Permalink
Merge pull request #1577 from paritytech/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
mergify[bot] authored Dec 4, 2023
2 parents 66c761f + 6c67a96 commit f94ac0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: "Check nix hash is up-to-date"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f94ac0e

Please sign in to comment.