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.
1 parent f6564f1 commit 4ca44c5Copy full SHA for 4ca44c5
1 file changed
.github/workflows/deploy.yml
@@ -24,9 +24,9 @@ jobs:
24
runs-on: ubuntu-latest
25
steps:
26
- name: Checkout your repository using git
27
- uses: actions/checkout@v6
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
28
- name: Install, build, and upload your site output
29
- uses: withastro/action@v5
+ uses: withastro/action@fc88a7002f0c62327f26fb1b15f2a1d581249278 # v5.1.0
30
# with:
31
# path: . # The root location of your Astro project inside the repository. (optional)
32
# node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)
@@ -42,4 +42,4 @@ jobs:
42
43
- name: Deploy to GitHub Pages
44
id: deployment
45
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
0 commit comments