Skip to content

Commit e938ff8

Browse files
chore(deps): bump the actions-all group with 3 updates (#482)
Bumps the actions-all group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/setup-node](https://github.com/actions/setup-node) and [Andrew-Chen-Wang/github-wiki-action](https://github.com/andrew-chen-wang/github-wiki-action). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) Updates `Andrew-Chen-Wang/github-wiki-action` from 5.0.1 to 5.0.3 - [Release notes](https://github.com/andrew-chen-wang/github-wiki-action/releases) - [Commits](Andrew-Chen-Wang/github-wiki-action@2c80c13...6448478) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-all - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-all - dependency-name: Andrew-Chen-Wang/github-wiki-action dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d7a77a commit e938ff8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: E2E test collect artifact
129129
if: always()
130-
uses: actions/upload-artifact@v4
130+
uses: actions/upload-artifact@v5
131131
with:
132132
name: cypress-artifacts-${{ matrix.containers }}
133133
path: cypress-artifacts/
@@ -142,7 +142,7 @@ jobs:
142142
- name: Checkout repository
143143
uses: actions/checkout@v5
144144
- name: Setup Node.js
145-
uses: actions/setup-node@v5
145+
uses: actions/setup-node@v6
146146
with:
147147
node-version: '22'
148148
cache: 'yarn'
@@ -162,7 +162,7 @@ jobs:
162162
- name: Checkout repository
163163
uses: actions/checkout@v5
164164
- name: Setup Node.js
165-
uses: actions/setup-node@v5
165+
uses: actions/setup-node@v6
166166
with:
167167
node-version: '22'
168168
cache: 'yarn'

.github/workflows/publish-wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v5
18-
- uses: Andrew-Chen-Wang/github-wiki-action@2c80c13ee98aa43683bd77973ef4916e2eedf817 # pinned version CWE-829
18+
- uses: Andrew-Chen-Wang/github-wiki-action@6448478bd55f1f3f752c93af8ac03207eccc3213 # pinned version CWE-829

0 commit comments

Comments
 (0)