Skip to content

Commit f78fb4e

Browse files
Bump the action-deps group with 2 updates
Bumps the action-deps 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: action-deps - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec771ec commit f78fb4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- ubuntu-24.04-s390x
8989
runs-on: ${{ matrix.os }}
9090
steps:
91-
- uses: actions/checkout@v4 # v5 fails on these platforms
91+
- uses: actions/checkout@v5 # v5 fails on these platforms
9292
- name: Set up Ruby
9393
run: |
9494
sudo apt-get update
@@ -305,7 +305,7 @@ jobs:
305305
- uses: ruby/setup-ruby@v1
306306
with:
307307
ruby-version: ${{ matrix.target.ruby }}
308-
- uses: actions/download-artifact@v4
308+
- uses: actions/download-artifact@v5
309309
with:
310310
name: gem-package
311311
path: pkg

0 commit comments

Comments
 (0)