Skip to content

Commit 2bee4d3

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#5534)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>
1 parent 44a1a2c commit 2bee4d3

25 files changed

+26
-26
lines changed

.github/workflows/00-cancel-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1515
steps:
1616
- name: ⏬ Checkout repo
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: 💀 Killing me softly
2020
run: |

.github/workflows/00-init.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
5353
steps:
5454
- name: ⏬ Checkout repo
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656
with:
5757
fetch-depth: 0
5858
fetch-tags: false
@@ -119,7 +119,7 @@ jobs:
119119
version: ${{ steps.getVersion.outputs.version }}
120120
steps:
121121
- name: ⏬ Checkout repo
122-
uses: actions/checkout@v5
122+
uses: actions/checkout@v6
123123

124124
- name: 🔄 Init Cache
125125
uses: ./.github/actions/npm-cache

.github/workflows/01-build-outputs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1414
steps:
1515
- name: ⏬ Checkout repo
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: 🔄 Init Cache
1919
uses: ./.github/actions/npm-cache

.github/workflows/01-build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1414
steps:
1515
- name: ⏬ Checkout repo
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: 🔄 Init Cache
1919
uses: ./.github/actions/npm-cache

.github/workflows/01-build-patternhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1818
steps:
1919
- name: ⏬ Checkout repo
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: 🔄 Init Cache
2323
uses: ./.github/actions/npm-cache

.github/workflows/01-build-showcases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1818
steps:
1919
- name: ⏬ Checkout repo
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: 🔄 Init Cache
2323
uses: ./.github/actions/npm-cache

.github/workflows/01-build-storybooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
2121
steps:
2222
- name: ⏬ Checkout repo
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: 🔄 Init Cache
2626
uses: ./.github/actions/npm-cache

.github/workflows/01-init-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
2525
steps:
2626
- name: ⏬ Checkout repo
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: 🔄 Init Cache Default
3030
uses: ./.github/actions/npm-cache

.github/workflows/01-lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
command: ["lint", "test"]
1717
steps:
1818
- name: ⏬️ Checkout repo
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: 🔄 Init Cache
2222
uses: ./.github/actions/npm-cache

.github/workflows/02-e2e-foundations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
options: --user 1001
2121
steps:
2222
- name: ⏬ Checkout repo
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: 🔄 Init Cache
2626
uses: ./.github/actions/npm-cache

0 commit comments

Comments
 (0)