Skip to content

Commit

Permalink
Merge pull request #75 from lycheeverse/chore/update-deps
Browse files Browse the repository at this point in the history
Update dependencies and actions versions
  • Loading branch information
Jacob Lamb authored Apr 30, 2024
2 parents f0998af + 06b6bc6 commit 6777ed9
Show file tree
Hide file tree
Showing 4 changed files with 3,062 additions and 3,001 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v1
uses: withastro/action@v2
with:
package-manager: pnpm@latest

Expand All @@ -32,4 +32,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
6 changes: 3 additions & 3 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build site
uses: withastro/action@v1
uses: withastro/action@v2
with:
package-manager: pnpm@latest

- name: Link Checker
uses: lycheeverse/lychee-action@master
uses: lycheeverse/lychee-action@1
with:
args: --base dist --exclude-all-private dist
fail: True
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/starlight": "^0.21.5",
"astro": "^4.5.18",
"@astrojs/starlight": "^0.22.0",
"astro": "^4.7.0",
"sharp": "^0.33.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@biomejs/biome": "^1.7.2",
"prettier": "^3.2.5"
}
}
Loading

0 comments on commit 6777ed9

Please sign in to comment.