Skip to content

Commit ac9b723

Browse files
dependabot[bot]dblock
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 159aff8 commit ac9b723

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
rubocop:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: '3.4'
@@ -53,7 +53,7 @@ jobs:
5353
GRAPE_VERSION: ${{ matrix.entry.grape }}
5454
steps:
5555
- name: Check out branch
56-
uses: actions/checkout@v5
56+
uses: actions/checkout@v6
5757
- name: Set up Ruby
5858
uses: ruby/setup-ruby@v1
5959
with:

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
danger:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
with:
1111
fetch-depth: 100
1212
- name: Set up Ruby

0 commit comments

Comments
 (0)