Skip to content

Commit 6126773

Browse files
Update actions/checkout action to v7
1 parent b63da0c commit 6126773

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
15+
- uses: actions/checkout@v7
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@v6
43+
uses: actions/checkout@v7
4444
with:
4545
# Super-Linter requires full repository history for analysis
4646
fetch-depth: 0

0 commit comments

Comments
 (0)