Skip to content

Commit 39cc788

Browse files
authored
Bump CI
1 parent 4ec5c50 commit 39cc788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/checkout@v2
2121

22-
- uses: actions/[email protected].2
22+
- uses: actions/[email protected].4
2323
name: Setup Haskell Stack
2424
with:
2525
ghc-version: ${{ matrix.ghc }}
@@ -32,7 +32,7 @@ jobs:
3232
key: ${{ runner.os }}-${{ matrix.ghc }}-v3
3333

3434
- name: Add ~/.local/bin to PATH
35-
run: echo "::add-path::$HOME/.local/bin"
35+
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
3636

3737
- name: Build
3838
run: make build

0 commit comments

Comments
 (0)