Skip to content

Commit d3e02f4

Browse files
committed
Upgrade lots of release settings
Summary: Test Plan:
1 parent 16015a1 commit d3e02f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242

4343
steps:
4444
- run: git config --global core.autocrlf false
45-
- uses: actions/checkout@v2
46-
- uses: haskell/actions/setup@v2
45+
- uses: actions/checkout@v4
46+
- uses: haskell-actions/setup@v2
4747
with:
4848
ghc-version: '9.12'
4949
- uses: ndmitchell/neil@master

0 commit comments

Comments
 (0)