Skip to content

Commit 0512b9a

Browse files
Update actions/checkout action to v7
1 parent 795e934 commit 0512b9a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
lint:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v6
8+
- uses: actions/checkout@v7
99
- uses: actions/cache@v5
1010
with:
1111
path: '**/node_modules'
@@ -33,7 +33,7 @@ jobs:
3333
- name: Ensure line endings are consistent
3434
run: git config --global core.autocrlf input
3535
- name: Check out repository
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737
- uses: actions/cache@v5
3838
with:
3939
path: '**/node_modules'

.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@v6
18+
- uses: actions/checkout@v7
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)