Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit fef63a3

Browse files
2 parents 66f6b50 + 10f24a2 commit fef63a3

File tree

5 files changed

+384
-459
lines changed

5 files changed

+384
-459
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: [16.x]
2020

2121
steps:
22-
- uses: actions/checkout@v3.5.3
22+
- uses: actions/checkout@v4.0.0
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v3
2525
with:

.github/workflows/codeql.yml

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

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v3.5.3
30+
uses: actions/checkout@v4.0.0
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL

.github/workflows/linter.yml

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

1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
20-
- uses: actions/checkout@v3.5.3
20+
- uses: actions/checkout@v4.0.0
2121
- name: Use Node.js 16.x
2222
uses: actions/setup-node@v3
2323
with:

0 commit comments

Comments
 (0)