Skip to content

Commit 22dd4ab

Browse files
ci(deps): bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2f9470 commit 22dd4ab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6.0.2
21+
- uses: actions/checkout@v6.0.3
2222

2323
- name: Use Node.js 20.x
2424
uses: actions/setup-node@v6

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ci:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6.0.2
16+
- uses: actions/checkout@v6.0.3
1717
- name: Use Node.js 20.x
1818
uses: actions/setup-node@v6
1919
with:
@@ -51,7 +51,7 @@ jobs:
5151
outputs:
5252
version: ${{ steps.playwright-version.outputs.version }}
5353
steps:
54-
- uses: actions/checkout@v6.0.2
54+
- uses: actions/checkout@v6.0.3
5555
- name: Get Playwright version from package-lock.json
5656
id: playwright-version
5757
run: |
@@ -64,7 +64,7 @@ jobs:
6464
container:
6565
image: mcr.microsoft.com/playwright:v${{ needs.get-playwright-version.outputs.version }}-noble
6666
steps:
67-
- uses: actions/checkout@v6.0.2
67+
- uses: actions/checkout@v6.0.3
6868
- name: Install dependencies
6969
run: npm ci
7070
- name: Build maquette

0 commit comments

Comments
 (0)