Skip to content

Commit dd6c4fe

Browse files
authored
Merge pull request #1501 from mikepenz/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 3d74098 + dddbb43 commit dd6c4fe

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929

3030
- name: Set Node.js 20.x
3131
uses: actions/setup-node@v6

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 100
2121
fetch-tags: true
@@ -90,7 +90,7 @@ jobs:
9090
run: echo "CHANGELOG"
9191

9292
- name: Checkout
93-
uses: actions/checkout@v5
93+
uses: actions/checkout@v6
9494
with:
9595
fetch-depth: 0
9696

@@ -181,7 +181,7 @@ jobs:
181181
runs-on: ubuntu-latest
182182
steps:
183183
- name: Checkout
184-
uses: actions/checkout@v5
184+
uses: actions/checkout@v6
185185

186186
- name: "Build Changelog"
187187
id: github_release

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL

0 commit comments

Comments
 (0)