Skip to content

Commit c924e29

Browse files
authored
Merge pull request #18 from code0-tech/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 1ec4a25 + e827057 commit c924e29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
23+
- uses: actions/checkout@v6
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@v4
19+
- uses: actions/checkout@v6
2020
- name: Set up Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:

0 commit comments

Comments
 (0)