Skip to content

Commit bdd6313

Browse files
chore(deps): bump the all-actions group with 2 updates (#197)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd0475f commit bdd6313

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/bump_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
release:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
# Bump version on merging Pull Requests with specific labels.
1616
# (bump:major,bump:minor,bump:patch)
1717
- uses: haya14busa/action-bumpr@v1

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
os: ubuntu-22.04-arm
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
- name: Set up QEMU
3939
uses: docker/setup-qemu-action@v3
4040
with:
@@ -78,7 +78,7 @@ jobs:
7878
os: ubuntu-22.04-arm
7979
steps:
8080
- name: Checkout
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v5
8282
- name: Set up QEMU
8383
uses: docker/setup-qemu-action@v3
8484
with:
@@ -164,17 +164,17 @@ jobs:
164164
username: ${{ github.repository_owner }}
165165
password: ${{ secrets.GITHUB_TOKEN }}
166166
- name: Download artifact amd64
167-
uses: actions/download-artifact@v4
167+
uses: actions/download-artifact@v5
168168
with:
169169
name: ${{ github.sha }}-amd64
170170
path: ${{ runner.temp }}
171171
- name: Download artifact arm64
172-
uses: actions/download-artifact@v4
172+
uses: actions/download-artifact@v5
173173
with:
174174
name: ${{ github.sha }}-arm64
175175
path: ${{ runner.temp }}
176176
- name: Download artifact arm-v7
177-
uses: actions/download-artifact@v4
177+
uses: actions/download-artifact@v5
178178
with:
179179
name: ${{ github.sha }}-arm-v7
180180
path: ${{ runner.temp }}

.github/workflows/pull-request-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
os: ubuntu-22.04-arm
6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565
with:
6666
ref: 'refs/pull/${{ github.event.issue.number }}/merge'
6767
- name: Get commit
@@ -140,17 +140,17 @@ jobs:
140140
username: ${{ github.repository_owner }}
141141
password: ${{ secrets.GITHUB_TOKEN }}
142142
- name: Download artifact amd64
143-
uses: actions/download-artifact@v4
143+
uses: actions/download-artifact@v5
144144
with:
145145
name: ${{ needs.push.outputs.sha_short }}-amd64
146146
path: ${{ runner.temp }}
147147
- name: Download artifact arm-v7
148-
uses: actions/download-artifact@v4
148+
uses: actions/download-artifact@v5
149149
with:
150150
name: ${{ needs.push.outputs.sha_short }}-arm-v7
151151
path: ${{ runner.temp }}
152152
- name: Download artifact arm64
153-
uses: actions/download-artifact@v4
153+
uses: actions/download-artifact@v5
154154
with:
155155
name: ${{ needs.push.outputs.sha_short }}-arm64
156156
path: ${{ runner.temp }}

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os: ubuntu-22.04-arm
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: Set up QEMU
2727
uses: docker/setup-qemu-action@v3
2828
with:

0 commit comments

Comments
 (0)