Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/remark-gfm-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 authored Jun 11, 2024
2 parents bd9eb44 + f92370f commit b5ec63b
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 b5ec63b

Please sign in to comment.