Skip to content

Commit

Permalink
chore(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 10, 2023
1 parent 6584328 commit 34d9f59
Show file tree
Hide file tree
Showing 6 changed files with 230 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout branch ${{ github.ref }}
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build
uses: ./.github/actions/build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout branch ${{ github.ref }}
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/cache/restore@v3
id: cache
Expand All @@ -51,14 +51,14 @@ jobs:
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: dist

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

- name: Setup credentials
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout branch ${{ github.ref }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout branch ${{ github.ref }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"@vitest/coverage-v8": "^0.33.0",
"eslint": "^8.36.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-solid": "^0.12.0",
"eslint-plugin-vitest": "^0.2.8",
"extract-changelog-release": "^1.0.2",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"lint-staged": "^14.0.0",
"prettier": "^3.0.0",
"sass": "^1.59.3",
"solid-devtools": "^0.26.0",
"standard-version": "^9.5.0",
Expand Down
Loading

0 comments on commit 34d9f59

Please sign in to comment.