Skip to content

Commit c91c0a0

Browse files
committed
Update actions/checkout to v5.0.0
1 parent b3f0c9e commit c91c0a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ jobs:
44
job:
55
runs-on: ubuntu-18.04
66
steps:
7-
- uses: actions/checkout@v2.3.4
7+
- name: Checkout Code
8+
uses: actions/checkout@v5.0.0
89
with:
910
fetch-depth: 0
1011
- name: Set up Ruby

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout Code
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v5.0.0
99
with:
1010
fetch-depth: 0
1111
- name: Run Unit Test

0 commit comments

Comments
 (0)