Skip to content

Commit a2cadda

Browse files
Update actions/checkout action to v5
1 parent 38c08c7 commit a2cadda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Ensure line endings are consistent
2424
run: git config --global core.autocrlf input
2525
- name: Check out repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v5
2727
- name: Load cache
2828
uses: actions/cache@v4
2929
with:
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
node-version: 18.x
6363
- name: Check out repository
64-
uses: actions/checkout@v3
64+
uses: actions/checkout@v5
6565
- name: Load cache
6666
uses: actions/cache@v4
6767
with:
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
node-version: 18.x
8585
- name: Check out repository
86-
uses: actions/checkout@v3
86+
uses: actions/checkout@v5
8787
- name: Load cache
8888
uses: actions/cache@v4
8989
with:
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
node-version: 18.x
112112
- name: Check out repository
113-
uses: actions/checkout@v3
113+
uses: actions/checkout@v5
114114
- name: Load cache
115115
uses: actions/cache@v4
116116
with:

.github/workflows/issue-label-commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
echo "$comments"
1616
CL=$(echo $comments | jq '. | length' )
1717
echo "::set-output name=comments_length::$CL"
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v5
1919
if: steps.getCommentCount.outputs.comments_length == 0
2020
- uses: peaceiris/actions-label-commenter@v1
2121
if: steps.getCommentCount.outputs.comments_length == 0

0 commit comments

Comments
 (0)