Skip to content

Commit 26c83c2

Browse files
dependabot[bot]eregon
authored andcommitted
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e86a9a commit 26c83c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v4
18+
uses: actions/checkout@v5
1919
with:
2020
repository: oracle/truffleruby
2121
path: truffleruby
@@ -50,7 +50,7 @@ jobs:
5050
outputs:
5151
tag: ${{ steps.tag.outputs.tag }}
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
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@v4
86+
uses: actions/checkout@v5
8787
with:
8888
repository: oracle/truffleruby
8989
ref: ${{ needs.prepare.outputs.commit }}

0 commit comments

Comments
 (0)