Skip to content

Commit 8263a75

Browse files
authored
chore: update github actions to latest version (#205)
1 parent 1bed580 commit 8263a75

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
cancel-in-progress: true
3333

3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 0
3838

3939
- name: Use Node.js ${{ matrix.node-version }}
40-
uses: actions/setup-node@v3
40+
uses: actions/setup-node@v4
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
cache: 'npm'
@@ -78,10 +78,10 @@ jobs:
7878
if: matrix.os == 'windows-latest'
7979
run: git config --global core.autocrlf input
8080

81-
- uses: actions/checkout@v3
81+
- uses: actions/checkout@v4
8282

8383
- name: Use Node.js ${{ matrix.node-version }}
84-
uses: actions/setup-node@v3
84+
uses: actions/setup-node@v4
8585
with:
8686
node-version: ${{ matrix.node-version }}
8787
cache: 'npm'
@@ -97,6 +97,6 @@ jobs:
9797
run: npm run test:coverage -- --ci
9898

9999
- name: Submit coverage data to codecov
100-
uses: codecov/codecov-action@v3
100+
uses: codecov/codecov-action@v4
101101
with:
102102
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)