Skip to content

Commit cb31d84

Browse files
chore(deps): update actions/checkout action to v5
1 parent c18488e commit cb31d84

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
@@ -31,7 +31,7 @@ jobs:
3131
# Checkout the code base #
3232
##########################
3333
- name: Checkout Code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
# Super-Linter requires full repository history for analysis
3737
fetch-depth: 0

0 commit comments

Comments
 (0)