Skip to content

Commit ca18539

Browse files
authored
Merge pull request #38 from ruby/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents ac8782c + 1656e27 commit ca18539

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@v5
27+
- uses: actions/checkout@v6
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 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-13, ruby: '2.5' }
2323
runs-on: ${{ matrix.os }}
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- name: Set up Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:

0 commit comments

Comments
 (0)