Skip to content

Commit dd704f4

Browse files
Bump versions of the actions that we depend on
Hopefully, this will eliminate deprecation warnings being emitted by CI.
1 parent 5cba61f commit dd704f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ jobs:
2828
# Steps represent a sequence of tasks that will be executed as part of the job
2929
steps:
3030
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232
with:
3333
fetch-depth: 0
3434

35-
- uses: haskell/actions/setup@v1
35+
- uses: haskell/actions/setup@v2
3636
name: Setup Haskell Stack
3737
with:
3838
ghc-version: ${{ matrix.ghc }}
3939
stack-version: ${{ matrix.stack }}
4040

41-
- uses: actions/cache@v1
41+
- uses: actions/cache@v3
4242
name: Cache ~/.stack
4343
with:
4444
path: ~/.stack

0 commit comments

Comments
 (0)