Skip to content

Commit 409c03d

Browse files
Bump actions/checkout from 5.0.0 to 6.0.0 (#1805)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c470c5 commit 409c03d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/exercise-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ruby-version: [3.2, 3.3]
2020

2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
22+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2323

2424
- name: Set up Ruby
2525
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25

.github/workflows/generator-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Check Generator Templates
1313
runs-on: ubuntu-22.04
1414
steps:
15-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
15+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1616
- name: Set up Ruby
1717
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25
1818
with:
@@ -24,7 +24,7 @@ jobs:
2424
name: Test Generator
2525
runs-on: ubuntu-22.04
2626
steps:
27-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
27+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2828
- name: Set up Ruby
2929
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25
3030
with:

0 commit comments

Comments
 (0)