Skip to content

Commit

Permalink
ci: Bump checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Jan 10, 2024
1 parent 27c91e4 commit a19ec58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Validate package.json against local schema
uses: cardinalby/schema-validator-action@v3
with:
Expand All @@ -15,7 +15,7 @@ jobs:
verify-mods-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit a19ec58

Please sign in to comment.