Skip to content

Commit

Permalink
Update checkout action version (#659)
Browse files Browse the repository at this point in the history
* Update checkout action version
  • Loading branch information
mnaumanali94 authored Dec 22, 2023
1 parent 2ad0b93 commit f591ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spectral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Spectral checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Test this action against an incorrect file.
id: expect-failure
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Run Spectral
- uses: stoplightio/spectral-action@latest
Expand Down

0 comments on commit f591ba6

Please sign in to comment.