Skip to content

Commit e7acbf9

Browse files
committed
use hashes for GHA in docs
1 parent 8582cff commit e7acbf9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818

1919
steps:
2020
- name: checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
with:
2323
fetch-depth: 0
2424

2525
- name: Setup Micromamba
26-
uses: mamba-org/setup-micromamba@v2
26+
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
2727
with:
2828
environment-name: TEST
2929
init-shell: bash
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Deploy
4848
if: success() && github.event_name == 'release'
49-
uses: peaceiris/actions-gh-pages@v4
49+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252
publish_dir: docs/build/html

0 commit comments

Comments
 (0)