Skip to content

Commit d4a6db3

Browse files
Bump the all-actions group with 2 updates
Bumps the all-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a623d4d commit d4a6db3

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
@@ -15,7 +15,7 @@ jobs:
1515
if: ${{ github.event.commits[0].author.name != 'dependabot[bot]' }}
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
2121
ref: ${{ github.head_ref || github.ref_name }}
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
node-version: 18
7474

75-
- uses: actions/download-artifact@v4
75+
- uses: actions/download-artifact@v5
7676
with:
7777
name: release
7878

@@ -139,7 +139,7 @@ jobs:
139139
version: ${{ steps.asset_version.outputs.version }}
140140

141141
steps:
142-
- uses: actions/download-artifact@v4
142+
- uses: actions/download-artifact@v5
143143
with:
144144
name: build
145145

@@ -174,7 +174,7 @@ jobs:
174174
runs-on: [ubuntu-latest]
175175

176176
steps:
177-
- uses: actions/download-artifact@v4
177+
- uses: actions/download-artifact@v5
178178
with:
179179
name: build
180180

.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@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
1919
ref: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)