Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
Update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2023
1 parent 1c7dc8f commit cfa4633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.4.0
- uses: cachix/install-nix-action@v12
- uses: cachix/cachix-action@v8
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-niv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.4.0
- uses: cachix/install-nix-action@v12
# https://github.com/nmattia/niv/issues/280
- run: GITHUB_PATH= nix-shell --run "niv update"
Expand Down

0 comments on commit cfa4633

Please sign in to comment.