Skip to content

Commit 4b7dcdf

Browse files
Bump actions/checkout from 4.1.0 to 4.1.1 (#739)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8ade135...b4ffde6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf23be4 commit 4b7dcdf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ruby-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
bundler: none
2929
- name: Save latest buildable revision to environment
3030
run: echo "REF=$(ruby -v | cut -d')' -f1 | cut -d' ' -f5)" >> $GITHUB_ENV
31-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.1.0
31+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0
3232
with:
3333
repository: ruby/ruby
3434
path: ruby/ruby
@@ -47,7 +47,7 @@ jobs:
4747
./configure -C --disable-install-doc
4848
make -j2
4949
working-directory: ruby/ruby
50-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.1.0
50+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0
5151
with:
5252
path: ruby/irb
5353
- name: Sync tools

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
WITH_LATEST_RELINE: ${{matrix.with_latest_reline}}
2929
timeout-minutes: 30
3030
steps:
31-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
31+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3232
- name: Set up Ruby
3333
uses: ruby/setup-ruby@v1
3434
with:
@@ -55,7 +55,7 @@ jobs:
5555
WITH_LATEST_RELINE: ${{matrix.with_latest_reline}}
5656
timeout-minutes: 30
5757
steps:
58-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
58+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
5959
- name: Set up Ruby
6060
uses: ruby/setup-ruby@v1
6161
with:

0 commit comments

Comments
 (0)