Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 1f48abf

Browse files
authored
Merge pull request #48 from ruby/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 791be2a + a8abc5b commit 1f48abf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ ubuntu-latest, macos-latest ]
1919
runs-on: ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Set up Ruby
2323
uses: ruby/setup-ruby@v1
2424
with:

0 commit comments

Comments
 (0)