Skip to content

Commit 11d50a7

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#4719)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 902281b commit 11d50a7

25 files changed

+25
-25
lines changed

.github/workflows/00-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1010
steps:
1111
- name: ⏬ Checkout repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: 🔄 Init Cache Default
1515
uses: ./.github/actions/npm-cache

.github/workflows/00-scan-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
99
steps:
1010
- name: ⏬ Checkout repo
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1111
steps:
1212
- name: ⏬ Checkout repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: 🔄 Init Cache
1616
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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1111
steps:
1212
- name: ⏬ Checkout repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: 🔄 Init Cache
1616
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
@@ -25,7 +25,7 @@ jobs:
2525
path: ${{ steps.build.outputs.path }}
2626
steps:
2727
- name: ⏬ Checkout repo
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: 🔄 Init Cache
3131
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
@@ -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@v4
17+
uses: actions/checkout@v5
1818

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

.github/workflows/01-get-playwright-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
version: ${{ steps.version.outputs.version }}
1717
steps:
1818
- name: ⏬ Checkout repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

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

.github/workflows/01-get-publish-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: ${{ steps.getVersion.outputs.version }}
2626
steps:
2727
- name: ⏬ Checkout repo
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: 🔄 Init Cache
3131
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
@@ -19,7 +19,7 @@ jobs:
1919
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
2020
steps:
2121
- name: ⏬ Checkout repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

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

.github/workflows/01-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1010
steps:
1111
- name: ⏬️ Checkout repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: 🔄 Init Cache
1515
uses: ./.github/actions/npm-cache

0 commit comments

Comments
 (0)