Skip to content

Commit 6c32ee3

Browse files
Update actions/checkout action to v5
1 parent d2d934f commit 6c32ee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 4
1313
if: "!contains(github.event.head_commit.message, 'update changelog')"
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up Ruby
1717
uses: ruby/setup-ruby@v1
1818
with:

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Checkout the code base #
4141
##########################
4242
- name: Checkout Code
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
# Super-Linter requires full repository history for analysis
4646
fetch-depth: 0

0 commit comments

Comments
 (0)