Skip to content

Commit d6b4858

Browse files
committed
chore(workflows/*): update "actions/checkout@v3" to v4
1 parent f529e11 commit d6b4858

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.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
30+
uses: actions/checkout@v4
3131
with:
3232
# We must fetch at least the immediate parents so that if this is
3333
# a pull request then we can checkout the head.

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
matrix:
2020
node-version: [12.x, 14.x, 16.x, 18.x]
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
if: github.event.inputs.git-ref == ''
2424
with:
2525
fetch-depth: 0 # always fetch everything to be sure for codecov
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
if: github.event.inputs.git-ref != ''
2828
with:
2929
ref: ${{ github.event.inputs.git-ref }}
@@ -57,7 +57,7 @@ jobs:
5757
needs: [tests]
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@v4
6161
- name: Use Node.js 12
6262
uses: actions/setup-node@v3
6363
with:

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: write # for JamesIves/github-pages-deploy-action to push changes in repo
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: Use Node.js 18
2727
uses: actions/setup-node@v3
2828
with:

0 commit comments

Comments
 (0)