Skip to content

Commit 9246ae4

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ab078b commit 9246ae4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config --global core.autocrlf false
2525
git config --global core.eol lf
2626
git config --global advice.detachedHead 0
27-
- uses: actions/checkout@v6.0.1
27+
- uses: actions/checkout@v6.0.2
2828
- name: Set up Ruby
2929
uses: ruby/setup-ruby@v1
3030
with:

.github/workflows/push_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
egress-policy: audit
2929

30-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.1
30+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5.0.1
3131

3232
- name: Set up Ruby
3333
uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- { os: macos-15-intel, ruby: '2.5' }
2323
runs-on: ${{ matrix.os }}
2424
steps:
25-
- uses: actions/checkout@v6.0.1
25+
- uses: actions/checkout@v6.0.2
2626
- name: Set up Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:

0 commit comments

Comments
 (0)