Skip to content

Commit d640744

Browse files
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 477f122 commit d640744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
FORMAT: ${{ matrix.format }}
7979
steps:
8080
- name: checkout code
81-
uses: actions/checkout@v5
81+
uses: actions/checkout@v6
8282

8383
- name: setup Ruby
8484
# https://github.com/ruby/setup-ruby#versioning

0 commit comments

Comments
 (0)