Skip to content

Commit 9b692e3

Browse files
dependabot[bot]bastelfreak
authored andcommitted
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] <support@github.com>
1 parent bec8ad7 commit 9b692e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gem_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build the gem
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Install Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.cfg.os }}
2626
steps:
2727
- name: Checkout current PR
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Install ruby version ${{ matrix.cfg.ruby }}
3131
uses: ruby/setup-ruby@v1
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ${{ matrix.cfg.os }}
5757
steps:
5858
- name: Checkout current PR
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060

6161
- name: Install ruby version ${{ matrix.cfg.ruby }}
6262
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)