Skip to content

Commit 7977e89

Browse files
authored
CI: Use checkout@v4 (#1616)
1 parent d419a9e commit 7977e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
sudo apt-get update
5151
sudo apt-get install libyaml-dev
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
- uses: ruby/setup-ruby@v1
5454
with:
5555
ruby-version: ${{ matrix.ruby }}
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
sudo apt-get update
6868
sudo apt-get install libyaml-dev
69-
- uses: actions/checkout@v3
69+
- uses: actions/checkout@v4
7070
- uses: ruby/setup-ruby@v1
7171
with:
7272
ruby-version: 3

0 commit comments

Comments
 (0)