Skip to content

Commit 6c80b0a

Browse files
Update actions/checkout action to v7
1 parent 7006a9d commit 6c80b0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- '3.4.7'
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
- name: Set up Ruby
2525
uses: ruby/setup-ruby@v1
2626
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
# Set up
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
- name: Set up Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:

0 commit comments

Comments
 (0)