Skip to content

Commit f591ba6

Browse files
authored
Update checkout action version (#659)
* Update checkout action version
1 parent 2ad0b93 commit f591ba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/spectral.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Spectral checks
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- name: Test this action against an incorrect file.
1212
id: expect-failure
1313
continue-on-error: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
# Check out the repository
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424

2525
# Run Spectral
2626
- uses: stoplightio/spectral-action@latest

0 commit comments

Comments
 (0)