Skip to content

Commit be24ee7

Browse files
Pin dependencies (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80b2e97 commit be24ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pnpm install --frozen-lockfile
3131

3232
- name: Setup Pages
33-
uses: actions/configure-pages@v5
33+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
3434
with:
3535
static_site_generator: "sveltekit"
3636
generator_config_file: "svelte.config.ts"
@@ -39,7 +39,7 @@ jobs:
3939
run: node --run build
4040

4141
- name: Upload Artifacts
42-
uses: actions/upload-pages-artifact@v4
42+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
4343
with:
4444
# this should match the `pages` option in your adapter-static options
4545
path: 'build/'

0 commit comments

Comments
 (0)