Skip to content

Commit a47dbee

Browse files
chore(deps): pin dependencies (#48)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e81709 commit a47dbee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cache: pnpm
4646

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

@@ -56,10 +56,10 @@ jobs:
5656
run: pnpm run build
5757

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

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

0 commit comments

Comments
 (0)