Skip to content

Commit f838bd1

Browse files
Update actions/checkout action to v4
1 parent 2dfe909 commit f838bd1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Use Node.js 14.x
1515
uses: actions/setup-node@v3
1616
with:
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
# Setup
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
with:
5454
token: ${{ secrets.BUILD_USER_TOKEN || github.token }} # allows commit of any fixes to trigger a new workflow run
5555
- name: Use Node.js 14.x
@@ -85,7 +85,7 @@ jobs:
8585

8686
steps:
8787
# Setup
88-
- uses: actions/checkout@v3
88+
- uses: actions/checkout@v4
8989
- name: Use Node.js 14.x
9090
uses: actions/setup-node@v3
9191
with:
@@ -121,7 +121,7 @@ jobs:
121121

122122
steps:
123123
# Setup
124-
- uses: actions/checkout@v3
124+
- uses: actions/checkout@v4
125125
- name: Use Node.js 14.x
126126
uses: actions/setup-node@v3
127127
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Use Node.js 14.x
1818
uses: actions/setup-node@v3
1919
with:

0 commit comments

Comments
 (0)