Skip to content

Commit f9320f3

Browse files
authored
Merge pull request #871 from m-nakamura145/update-checkout-action
Bump actions/checkout
2 parents bd396c3 + 56294c7 commit f9320f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v4
88
- uses: ruby/setup-ruby@v1
99
with:
1010
ruby-version: 3.1

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'head']
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- uses: ruby/setup-ruby@v1
1313
with:
1414
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)