Skip to content

Commit 61095c4

Browse files
renovate[bot]LucasLarson
authored andcommitted
chore(deps): bump actions/checkout from v5 to v6
Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
1 parent b3e25d0 commit 61095c4

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
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 4
2020
if: ${{ !contains(github.event.head_commit.message, 'update changelog') }}
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
persist-credentials: false
2525
- name: Set up Ruby

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Checkout the code base #
4747
##########################
4848
- name: Checkout Code
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050
with:
5151
# Super-Linter requires full repository history for analysis
5252
fetch-depth: 0

0 commit comments

Comments
 (0)