Skip to content

Commit 4ca44c5

Browse files
committed
Pin action versions in deploy workflow
1 parent f6564f1 commit 4ca44c5

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
@@ -24,9 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout your repository using git
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2828
- name: Install, build, and upload your site output
29-
uses: withastro/action@v5
29+
uses: withastro/action@fc88a7002f0c62327f26fb1b15f2a1d581249278 # v5.1.0
3030
# with:
3131
# path: . # The root location of your Astro project inside the repository. (optional)
3232
# 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:
4242
steps:
4343
- name: Deploy to GitHub Pages
4444
id: deployment
45-
uses: actions/deploy-pages@v4
45+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

0 commit comments

Comments
 (0)