Skip to content

Commit 417336e

Browse files
authored
Merge pull request #8987 from mhashizume/maint/main/checkout-action
(maint) Update Checkout GitHub Action
2 parents ae6969c + c8b3e5e commit 417336e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.cfg.os }}
2424
steps:
2525
- name: Checkout current PR
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727
with:
2828
fetch-depth: 0
2929

.github/workflows/rspec_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.cfg.os }}
3232
steps:
3333
- name: Checkout current PR
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v3
3535

3636
- name: Install ruby version ${{ matrix.cfg.ruby }}
3737
uses: ruby/setup-ruby@v1

.github/workflows/snyk_monitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Snyk Monitor
1515
steps:
1616
- name: Checkout current PR
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
- name: Setup Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:

0 commit comments

Comments
 (0)