Skip to content

Commit 773b9d3

Browse files
Bump actions/checkout from 3 to 4 (#153)
1 parent 0ffdad6 commit 773b9d3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/node.js.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
lint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: actions/[email protected]
2020
with:
2121
node-version: 14.x
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
timeout-minutes: 10
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- uses: actions/[email protected]
3030
with:
3131
node-version: 14.x
@@ -34,7 +34,7 @@ jobs:
3434
coverage:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- uses: actions/[email protected]
3939
with:
4040
node-version: 14.x
@@ -46,7 +46,7 @@ jobs:
4646
matrix:
4747
node-version: [14.x, 16.x, 18.x]
4848
steps:
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v4
5050
- name: Use Node.js ${{ matrix.node-version }}
5151
uses: actions/[email protected]
5252
with:

.github/workflows/version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: |
2323
git config --global user.name "${{ secrets.GIT_USER_NAME }}"
2424
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
2828
- uses: actions/[email protected]

0 commit comments

Comments
 (0)