Skip to content

Commit

Permalink
Merge pull request #40 from linz/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4

chore(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
l0b0 authored Jun 11, 2024
2 parents d545bcb + f755d2f commit f92370f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: Inject env variables
uses: rlespinasse/[email protected]
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: deploy JSON Schema for version ${{ env.GITHUB_REF_SLUG }}
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm install
- run: npm test
finalise:
Expand Down

0 comments on commit f92370f

Please sign in to comment.