Skip to content

Commit

Permalink
ci: use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 26, 2024
1 parent 667c670 commit 4c78d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sandwich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- "9.8.1"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v27
if: runner.os != 'Windows'
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
yaml: "stack-9.8.1.yaml"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v27
with:
Expand Down

0 comments on commit 4c78d1a

Please sign in to comment.