Skip to content

Commit 2a079b2

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 9d2c17b commit 2a079b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
commit: ${{ steps.latest_commit.outputs.commit }}
1616
steps:
1717
- name: Clone truffleruby
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
repository: truffleruby/truffleruby
2121
path: truffleruby
@@ -50,7 +50,7 @@ jobs:
5050
outputs:
5151
tag: ${{ steps.tag.outputs.tag }}
5252
steps:
53-
- uses: actions/checkout@v5
53+
- uses: actions/checkout@v6
5454
with:
5555
fetch-depth: 0
5656
if: github.event_name != 'push'
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ${{ matrix.os }}
8484
steps:
8585
- name: Clone truffleruby
86-
uses: actions/checkout@v5
86+
uses: actions/checkout@v6
8787
with:
8888
repository: truffleruby/truffleruby
8989
ref: ${{ needs.prepare.outputs.commit }}

0 commit comments

Comments
 (0)