Skip to content

Commit 8da6a05

Browse files
Bump the action-deps group across 1 directory with 2 updates (#331)
Bumps the action-deps group with 2 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/setup-node` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6.2.0...v6.3.0) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-deps - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c803a76 commit 8da6a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v6
2323

2424
- name: Use Node.js
25-
uses: actions/setup-node@v6.2.0
25+
uses: actions/setup-node@v6.3.0
2626
with:
2727
node-version: 20.x
2828

@@ -42,7 +42,7 @@ jobs:
4242
id: diff
4343

4444
# If index.js was different than expected, upload the expected version as an artifact
45-
- uses: actions/upload-artifact@v6
45+
- uses: actions/upload-artifact@v7
4646
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4747
with:
4848
name: dist

0 commit comments

Comments
 (0)