Skip to content

Commit cb0391d

Browse files
authored
Merge pull request #1379 from github/copilot/upgrade-github-pages-actions
Upgrade pinned GitHub Pages actions to Node 24-compatible releases
2 parents 0f4da6a + 3607f25 commit cb0391d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Configure Pages
4545
id: pages
46-
uses: actions/configure-pages@v5
46+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
4747

4848
- name: Build with Jekyll
4949
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
@@ -54,7 +54,7 @@ jobs:
5454
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: Upload artifact
57-
uses: actions/upload-pages-artifact@v3
57+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
5858
with:
5959
path: _site
6060

@@ -67,4 +67,4 @@ jobs:
6767
steps:
6868
- name: Deploy to GitHub Pages
6969
id: deployment
70-
uses: actions/deploy-pages@v4
70+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

0 commit comments

Comments
 (0)