Skip to content

Commit 5828350

Browse files
authored
Update checkout action
1 parent f4e5e98 commit 5828350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
cabal:
77
runs-on: ubuntu-22.04
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- name: Cache Cabal dir
1111
uses: actions/cache@v3
1212
with:
@@ -39,7 +39,7 @@ jobs:
3939
- 'lts-21'
4040

4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4343
- name: Cache stack dir
4444
uses: actions/cache@v3
4545
with:

0 commit comments

Comments
 (0)