Skip to content

Commit 1f68c32

Browse files
fix(ci): correct deploy-pages and upload-pages-artifact SHA pins
- deploy-pages: v4.0.5 (wrong SHA) → v5.0.0 (cd2ce8f) - upload-pages-artifact: v3.0.1 → v4.0.0 (7b1f4a7) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f645f72 commit 1f68c32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: pnpm --filter @civic-source/web build
4646

4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
48+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
4949
with:
5050
path: apps/web/dist
5151

@@ -58,4 +58,4 @@ jobs:
5858
steps:
5959
- name: Deploy to GitHub Pages
6060
id: deployment
61-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac553fd0d31 # v4.0.5
61+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

0 commit comments

Comments
 (0)