Skip to content

Commit 625b09c

Browse files
committed
update actions
1 parent 5302575 commit 625b09c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
steps:
2525
- name: Git checkout
26-
uses: actions/checkout@v2
26+
uses: actions/checkout
2727

2828
- name: Use Node.js ${{ matrix.node-version }}
29-
uses: actions/setup-node@v1
29+
uses: actions/setup-node
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v2
33+
uses: actions/checkout
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL

0 commit comments

Comments
 (0)