Skip to content

Commit dfe433d

Browse files
Bump the all-actions group across 1 directory with 3 updates
Bumps the all-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-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/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e982387 commit dfe433d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
node-version: 20
3838

39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
with:
4141
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
4242
ref: ${{ github.head_ref || github.ref_name }}
@@ -94,7 +94,7 @@ jobs:
9494
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
9595
run: zip build.zip -r .
9696

97-
- uses: actions/upload-artifact@v6
97+
- uses: actions/upload-artifact@v7
9898
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
9999
with:
100100
name: build
@@ -114,7 +114,7 @@ jobs:
114114
version: ${{ steps.asset_version.outputs.version }}
115115

116116
steps:
117-
- uses: actions/download-artifact@v7
117+
- uses: actions/download-artifact@v8
118118
with:
119119
name: build
120120

@@ -149,7 +149,7 @@ jobs:
149149
runs-on: [ubuntu-latest]
150150

151151
steps:
152-
- uses: actions/download-artifact@v7
152+
- uses: actions/download-artifact@v8
153153
with:
154154
name: build
155155

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
packages_changed: ${{ steps.changes.outputs.packages_changed }}
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
1919
ref: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)