Skip to content

Commit 547c256

Browse files
chore(deps): Bump the actions group with 3 updates (#215)
Bumps the actions group with 3 updates: [actions/setup-node](https://github.com/actions/setup-node), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) Updates `crate-ci/typos` from 1.46.3 to 1.47.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.46.3...v1.47.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: crate-ci/typos dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7a4c14 commit 547c256

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/auth-contract-compose-pw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
path: common
7070

7171
- name: Set up Node (for Playwright)
72-
uses: actions/setup-node@v5
72+
uses: actions/setup-node@v6
7373
with:
7474
node-version: '20'
7575
cache: 'npm'
@@ -182,15 +182,15 @@ jobs:
182182
183183
- name: Upload gate-fired signal artifact
184184
if: always()
185-
uses: actions/upload-artifact@v4
185+
uses: actions/upload-artifact@v7
186186
with:
187187
name: auth-contract-gate-signal
188188
path: /tmp/gate-signal/auth-contract-compose.jsonl
189189
retention-days: 30
190190

191191
- name: Upload Playwright report on failure
192192
if: failure()
193-
uses: actions/upload-artifact@v4
193+
uses: actions/upload-artifact@v7
194194
with:
195195
name: playwright-report-auth-contract-layer2
196196
path: api/e2e/browser/playwright-report/

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
timeout-minutes: 3
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: crate-ci/typos@v1.46.3
18+
- uses: crate-ci/typos@v1.47.0
1919
continue-on-error: true # warn-only — surface findings without blocking CI

0 commit comments

Comments
 (0)