Skip to content

Commit

Permalink
chore(deps): pin dependencies (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 21, 2024
1 parent 1e81709 commit a47dbee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cache: pnpm

- name: Configure GitHub Pages
uses: actions/[email protected]
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
with:
static_site_generator: sveltekit

Expand All @@ -56,10 +56,10 @@ jobs:
run: pnpm run build

- name: Upload GitHub Pages artifact
uses: actions/[email protected]
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
with:
path: dist

- name: Deploy GitHub Pages site
id: deployment
uses: actions/[email protected]
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

0 comments on commit a47dbee

Please sign in to comment.