We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f4da6a + 3607f25 commit cb0391dCopy full SHA for cb0391d
1 file changed
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Configure Pages
45
id: pages
46
- uses: actions/configure-pages@v5
+ uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
47
48
- name: Build with Jekyll
49
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
@@ -54,7 +54,7 @@ jobs:
54
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
56
- name: Upload artifact
57
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
58
with:
59
path: _site
60
@@ -67,4 +67,4 @@ jobs:
67
steps:
68
- name: Deploy to GitHub Pages
69
id: deployment
70
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
0 commit comments