Skip to content

Commit cfa79e0

Browse files
build(deps): bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node), [bahmutov/npm-install](https://github.com/bahmutov/npm-install) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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) Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) Updates `bahmutov/npm-install` from 1.10.10 to 1.11.2 - [Release notes](https://github.com/bahmutov/npm-install/releases) - [Commits](bahmutov/npm-install@v1.10.10...v1.11.2) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: bahmutov/npm-install dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3f396e commit cfa79e0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
name: Test, Lint, Typecheck and Quick-Build
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
17-
- uses: actions/setup-node@v5
16+
- uses: actions/checkout@v6
17+
- uses: actions/setup-node@v6
1818
with:
1919
node-version: 24
20-
- uses: bahmutov/npm-install@v1.10.10
20+
- uses: bahmutov/npm-install@v1.11.2
2121

2222
with:
2323
useRollingCache: true
@@ -34,8 +34,8 @@ jobs:
3434
runs-on: ubuntu-latest
3535
container: cypress/browsers:node-20.11.1-chrome-123.0.6312.58-1-ff-124.0-edge-122.0.2365.92-1
3636
steps:
37-
- uses: actions/checkout@v5
38-
- uses: bahmutov/npm-install@v1.10.10
37+
- uses: actions/checkout@v6
38+
- uses: bahmutov/npm-install@v1.11.2
3939
with:
4040
useRollingCache: true
4141
- uses: cypress-io/github-action@v6
@@ -47,12 +47,12 @@ jobs:
4747
config-file: cypress.config.ts
4848
env:
4949
PREVIEW_ENDPOINT: "http://localhost:3000"
50-
- uses: actions/upload-artifact@v4
50+
- uses: actions/upload-artifact@v5
5151
if: ${{ failure() }}
5252
with:
5353
name: cypress-screenshots
5454
path: ./cypress/screenshots
55-
- uses: actions/upload-artifact@v4
55+
- uses: actions/upload-artifact@v5
5656
if: ${{ failure() }}
5757
with:
5858
name: cypress-videos

0 commit comments

Comments
 (0)