Skip to content

Commit 89fd7a7

Browse files
authored
Merge pull request #30 from gordonjb/dependabot/github_actions/actions/configure-pages-6
Bump actions/configure-pages from 5 to 6
2 parents 648175f + 82dec08 commit 89fd7a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: uv run main.py shows.yaml out
4242
- run: npm ci
4343
- run: npm run build
44-
- uses: actions/configure-pages@v5
44+
- uses: actions/configure-pages@v6
4545
- uses: actions/upload-pages-artifact@v4
4646
with:
4747
path: dist

0 commit comments

Comments
 (0)