Skip to content

Commit 165424d

Browse files
committed
Update to actions/checkout@v6
Signed-off-by: David Crosby <dcrosby@fb.com>
1 parent e0e919c commit 165424d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
lint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: 3.1

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
experimental: [false]
1717
name: Unit testing with Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v6
2020
- uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)