Skip to content

Commit 16de18a

Browse files
Bump actions/checkout from 4 to 5
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] <[email protected]>
1 parent 467a638 commit 16de18a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
4343

4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646
- name: Install GraphicsMagick
4747
run: sudo apt-get install -y --no-install-recommends graphicsmagick
4848
- name: Set up Ruby
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161

6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v5
6464
- name: Set up Ruby
6565
uses: ruby/setup-ruby@v1
6666
with:

0 commit comments

Comments
 (0)