Skip to content

Commit b53a725

Browse files
Bump actions/checkout from 4 to 5 (#2790)
Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d14664 commit b53a725

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
4646
JRUBY_OPTS: --debug
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- name: Update package list
5050
run: sudo apt update
5151
- name: Install ImageMagick and setup policy
@@ -68,7 +68,7 @@ jobs:
6868
name: RuboCop
6969
runs-on: ubuntu-24.04
7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v5
7272
- name: Install ImageMagick to build RMagick
7373
run: sudo apt-get install libmagickwand-dev
7474
- name: Set up Ruby

0 commit comments

Comments
 (0)