Skip to content

Commit

Permalink
Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Jul 26, 2023
1 parent f4e5e98 commit 5828350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
cabal:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Cache Cabal dir
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- 'lts-21'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Cache stack dir
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 5828350

Please sign in to comment.