Skip to content

Commit 355dda7

Browse files
Update actions/checkout action to v5
1 parent e20348e commit 355dda7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node-version: [12.x, 14.x]
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v5
1616
- name: Use Node.js ${{ matrix.node-version }}
1717
uses: actions/setup-node@v2
1818
with:

.github/workflows/shipjs-manual-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
startsWith(github.event.comment.body, '@shipjs prepare')
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616
ref: master

.github/workflows/shipjs-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'releases/v')
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515
ref: master

0 commit comments

Comments
 (0)