Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/remark-validate-link…
Browse files Browse the repository at this point in the history
…s-13.0.0
  • Loading branch information
l0b0 authored Jun 11, 2024
2 parents 0fdcd21 + f92370f commit 2f11845
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 2f11845

Please sign in to comment.