Skip to content

Commit 932420d

Browse files
authored
Merge pull request #107 from cloudfoundry/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 8cb36ee + f2c7d0e commit 932420d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gem-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
# Set up
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Set up Ruby
1818
uses: ruby/setup-ruby@v1
1919
with:

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ruby-version: ['2.5', '2.7', '3.1', '3.2', '3.3', '3.4']
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:

0 commit comments

Comments
 (0)