Skip to content

Commit

Permalink
ci: Bump checkout action to v4 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Jan 11, 2024
1 parent e1902b2 commit 2d3f21a
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@v5
with:
Expand Down

0 comments on commit 2d3f21a

Please sign in to comment.