Skip to content

Commit a72f634

Browse files
Update actions/checkout action to v5
1 parent 1717da6 commit a72f634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Static code analysis
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v5
1111
- uses: actions/setup-node@v1
1212
with:
1313
node-version: '12'

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os: [ubuntu-latest, windows-latest]
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v5
1616
- name: Use Node.js ${{ matrix.node_version }}
1717
uses: actions/setup-node@v1
1818
with:

0 commit comments

Comments
 (0)