Skip to content

Commit b106631

Browse files
committed
fix: pin valid GitHub Pages actions
Resolve the v6 configure action and v5 upload and deploy actions to their published commit SHAs so the Pages runner can prepare both jobs.
1 parent 7aaf897 commit b106631

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
- args: ['--frozen-lockfile']
3838
3939
- name: Configure GitHub Pages
40-
uses: actions/configure-pages@45bfe168e8c8144b9e0cda9c7b3152f945af8e63 # v6
40+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6
4141

4242
- name: Build docs
4343
run: vp run -t @marimo-team/mdx-marimo-docs#build
4444

4545
- name: Upload GitHub Pages artifact
46-
uses: actions/upload-pages-artifact@fc324e79d6c72123eb7a4cb3c4c729ad62aa84b9 # v5
46+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
4747
with:
4848
path: apps/docs/.output/public
4949

@@ -62,6 +62,6 @@ jobs:
6262
steps:
6363
- name: Deploy to GitHub Pages
6464
id: deployment
65-
uses: actions/deploy-pages@cd2ce478ecb4fbf3999f9e7f1ceac8c3eebbd34f # v5
65+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
6666
with:
6767
artifact_name: github-pages

0 commit comments

Comments
 (0)