Skip to content

Commit d4057d4

Browse files
Update github actions
1 parent c1c48a5 commit d4057d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
TEST_POSTGRESQL: 1
3434

3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737

3838
- uses: actions/cache@v3
3939
with:
@@ -47,7 +47,7 @@ jobs:
4747
# upload coverage data
4848
- name: Generate coverage data
4949
run: stack install hpc-lcov && hpc-lcov
50-
- uses: codecov/codecov-action@v2
50+
- uses: codecov/codecov-action@v3
5151
with:
5252
files: lcov.info
5353
if: ${{ matrix.latest }}
@@ -58,7 +58,7 @@ jobs:
5858
HLINT_VERSION: '3.5'
5959
FOURMOLU_VERSION: '0.8.2.0'
6060
steps:
61-
- uses: actions/checkout@v2
61+
- uses: actions/checkout@v3
6262

6363
- name: Install hlint
6464
run: |
@@ -81,7 +81,7 @@ jobs:
8181
check_sdist:
8282
runs-on: ubuntu-latest
8383
steps:
84-
- uses: actions/checkout@v2
84+
- uses: actions/checkout@v3
8585
- uses: actions/cache@v3
8686
with:
8787
path: ~/.stack
@@ -96,7 +96,7 @@ jobs:
9696
check_codegen:
9797
runs-on: ubuntu-latest
9898
steps:
99-
- uses: actions/checkout@v2
99+
- uses: actions/checkout@v3
100100
- uses: actions/cache@v3
101101
with:
102102
path: ~/.stack

0 commit comments

Comments
 (0)