Skip to content

Commit 80930db

Browse files
Update actions/checkout action to v5
1 parent c664b60 commit 80930db

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@v4
13+
- uses: actions/checkout@v5
1414
- name: Setup Node.js and NPM
1515
uses: actions/setup-node@v4
1616
with:
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
# Setup
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
with:
4343
token: ${{ secrets.BUILD_USER_TOKEN || github.token }} # allows commit of any fixes to trigger a new workflow run
4444
- name: Setup Node.js and NPM
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
# Setup
78-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@v5
7979
- name: Setup Node.js and NPM
8080
uses: actions/setup-node@v4
8181
with:
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
# Setup
115-
- uses: actions/checkout@v4
115+
- uses: actions/checkout@v5
116116
- name: Setup Node.js and NPM
117117
uses: actions/setup-node@v4
118118
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@v4
16+
- uses: actions/checkout@v5
1717
- name: Setup Node.js and NPM
1818
uses: actions/setup-node@v4
1919
with:

0 commit comments

Comments
 (0)