Skip to content

Commit b751af6

Browse files
authored
Merge pull request #334 from ruby-oauth/dependabot/github_actions/actions/checkout-5
2 parents e035ccf + b16ecc7 commit b751af6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v5
4747
- name: Setup Ruby & Bundle
4848
uses: ruby/setup-ruby@v1
4949
with:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v5
4646
- name: Setup Ruby & Bundle
4747
uses: ruby/setup-ruby@v1
4848
with:

0 commit comments

Comments
 (0)