Skip to content

Commit a0b418f

Browse files
committed
update actions versions
1 parent 261e9c6 commit a0b418f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
name: Run all tests using Docker/Neo4j
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v2
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
1818
cache: 'npm'
@@ -25,6 +25,6 @@ jobs:
2525
- name: Run all the tests
2626
run: npm test
2727
- name: publish code coverage on CC
28-
uses: paambaati/codeclimate-action@v3.0.0
28+
uses: paambaati/codeclimate-action@v8
2929
env:
3030
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 commit comments

Comments
 (0)