Skip to content

Commit

Permalink
Merge pull request #1738 from haskell-servant/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
tchoutri authored Apr 23, 2024
2 parents 6f5985d + 888d5f9 commit 21e79c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
name: Setup Haskell
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
Expand Down

0 comments on commit 21e79c8

Please sign in to comment.