Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into dependabot/npm_and_yarn/oc…
Browse files Browse the repository at this point in the history
…tokit/core-5.0.1
  • Loading branch information
Doarakko committed Oct 14, 2023
2 parents a907305 + 2923f02 commit 269326c
Show file tree
Hide file tree
Showing 8 changed files with 653 additions and 369 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly

- package-ecosystem: npm
directory: /
schedule:
interval: weekly
interval: monthly
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: '16'
Expand Down
Loading

0 comments on commit 269326c

Please sign in to comment.