Skip to content

Commit bcd27ed

Browse files
kbdharunagnivade
authored andcommitted
test.yml: bump actions version
1 parent d54bb67 commit bcd27ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
steps:
1919
- name: Cancel Previous Runs
20-
uses: styfle/cancel-workflow-action@0.4.0
20+
uses: styfle/cancel-workflow-action@0.11.0
2121
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.id == github.event.pull_request.base.repo.id }}
2222
with:
2323
access_token: ${{ github.token }}
2424

25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626

2727
- name: Cache node modules
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
with:
3030
path: ~/.npm
3131
key: ${{ matrix.os }}-${{ matrix.node-version }}-npm-${{ hashFiles('**/package-lock.json') }}
@@ -34,7 +34,7 @@ jobs:
3434
${{ matrix.os }}-npm-
3535
3636
- name: Use Node.js ${{ matrix.node-version }}
37-
uses: actions/setup-node@v1
37+
uses: actions/setup-node@v3
3838
with:
3939
node-version: ${{ matrix.node-version }}
4040

0 commit comments

Comments
 (0)