Skip to content

Commit f5d2aef

Browse files
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 28a4b6a commit f5d2aef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
timeout-minutes: 10
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Extract release note
1414
run: |
1515
ruby \

.github/workflows/rexml.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
env:
1919
RSS_REXML_PATH: ${{ github.workspace }}/rexml
2020
steps:
21-
- uses: actions/checkout@v4
22-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v5
2323
with:
2424
path: rexml
2525
repository: ruby/rexml

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# - runs-on: ubuntu-latest
2929
# ruby-version: truffleruby
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
- uses: ruby/setup-ruby@v1
3333
with:
3434
ruby-version: ${{ matrix.ruby-version }}
@@ -50,7 +50,7 @@ jobs:
5050
- "3.0"
5151
- head
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
- uses: ruby/setup-ruby@v1
5555
with:
5656
ruby-version: ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)