Skip to content

Commit 0853bc9

Browse files
dependabot[bot]thatbudakguy
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] <support@github.com>
1 parent f984a76 commit 0853bc9

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
@@ -6,7 +6,7 @@ jobs:
66
rubocop:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
- name: Set up Ruby and install dependencies
1111
uses: ruby/setup-ruby@v1
1212
with:
@@ -22,7 +22,7 @@ jobs:
2222
ruby: [3.2, 3.3, 3.4]
2323
faraday_version: ['', '~> 1.0'] # Defaults to whatever's the most recent version.
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626

2727
- name: Set up Ruby and install dependencies
2828
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)