We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8582cff commit e7acbf9Copy full SHA for e7acbf9
1 file changed
.github/workflows/deploy-docs.yml
@@ -18,12 +18,12 @@ jobs:
18
19
steps:
20
- name: checkout
21
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
with:
23
fetch-depth: 0
24
25
- name: Setup Micromamba
26
- uses: mamba-org/setup-micromamba@v2
+ uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
27
28
environment-name: TEST
29
init-shell: bash
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Deploy
48
if: success() && github.event_name == 'release'
49
- uses: peaceiris/actions-gh-pages@v4
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
50
51
github_token: ${{ secrets.GITHUB_TOKEN }}
52
publish_dir: docs/build/html
0 commit comments