Skip to content

Commit 3ec895f

Browse files
authored
BCN-21398 Update Github Actions (#127)
1 parent 3d5892b commit 3ec895f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
node-version: ['14.17.6', '18']
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 1
1515
- name: Fetch latest main branch commit
@@ -27,13 +27,13 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: install_and_test
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 1
3333
- name: Fetch latest main branch commit
3434
run: git fetch --no-tags --depth=1 origin +refs/heads/main:refs/remotes/origin/main
3535
- name: Use Node.js
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v5
3737
with:
3838
node-version: '18'
3939
cache: 'yarn'

0 commit comments

Comments
 (0)