Skip to content

Commit 08b25d2

Browse files
Bump gha actions
- checkout@v4 - setup-node@v4 Issue;: SPRXCLT-15
1 parent 0f2f447 commit 08b25d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
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: '16'
1818
cache: 'yarn'

0 commit comments

Comments
 (0)