Skip to content

Commit a57a829

Browse files
authored
Merge pull request #49 from mhashizume/PA-5797/main/checkout-action
(PA-5795) Update Checkout GitHub Action
2 parents cad09aa + 297eb7f commit a57a829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Mend Monitor
1212
steps:
1313
- name: Checkout current PR
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:

.github/workflows/rspec_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.cfg.os }}
2525
steps:
2626
- name: Checkout current PR
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

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

0 commit comments

Comments
 (0)