Skip to content

Commit 7f72caf

Browse files
chore: update github actions (webpack-contrib#940)
Co-authored-by: Nitin Kumar <snitin315@gmail.com>
1 parent 4a7c36f commit 7f72caf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/nodejs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626

2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2929
with:
3030
fetch-depth: 0
3131

3232
- name: Use Node.js ${{ matrix.node-version }}
33-
uses: actions/setup-node@v2
33+
uses: actions/setup-node@v3
3434
with:
3535
node-version: ${{ matrix.node-version }}
3636
cache: "npm"
@@ -69,10 +69,10 @@ jobs:
6969
if: matrix.os == 'windows-latest'
7070
run: git config --global core.autocrlf input
7171

72-
- uses: actions/checkout@v2
72+
- uses: actions/checkout@v3
7373

7474
- name: Use Node.js ${{ matrix.node-version }}
75-
uses: actions/setup-node@v2
75+
uses: actions/setup-node@v3
7676
with:
7777
node-version: ${{ matrix.node-version }}
7878
cache: "npm"
@@ -107,10 +107,10 @@ jobs:
107107
if: matrix.os == 'windows-latest'
108108
run: git config --global core.autocrlf input
109109

110-
- uses: actions/checkout@v2
110+
- uses: actions/checkout@v3
111111

112112
- name: Use Node.js ${{ matrix.node-version }}
113-
uses: actions/setup-node@v2
113+
uses: actions/setup-node@v3
114114
with:
115115
node-version: ${{ matrix.node-version }}
116116
cache: "npm"
@@ -124,6 +124,6 @@ jobs:
124124
OLD_API: "true"
125125

126126
- name: Submit coverage data to codecov
127-
uses: codecov/codecov-action@v2
127+
uses: codecov/codecov-action@v3
128128
with:
129129
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)