Skip to content

Commit 77feb45

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 500971a commit 77feb45

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
url: ${{ steps.url.outputs.url }}
1616
steps:
1717
- name: Clone to get find-jruby-head-url-nokogiri.rb
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: ruby
@@ -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'
@@ -105,7 +105,7 @@ jobs:
105105
106106
# Build
107107
- name: Clone to get test/Gemfile
108-
uses: actions/checkout@v4
108+
uses: actions/checkout@v5
109109
- name: Download latest jruby nightly archive
110110
shell: bash
111111
run: curl --fail -L -o jruby-head.tar.gz "${{ needs.prepare.outputs.url }}"

0 commit comments

Comments
 (0)