Skip to content

Commit 8235ae9

Browse files
committed
update github checkout action to v4
1 parent 7c4a2dc commit 8235ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Install OS dependencies
2020
run: sudo apt-get -y install libyaml-dev
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout code
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
# Rush needed for easy installation of check-jsonschema
4444
- name: Install rush

0 commit comments

Comments
 (0)