Skip to content

Commit a4eba3c

Browse files
Pin dependencies (#3572)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 257fa44 commit a4eba3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1616
with:
1717
fetch-depth: 0
1818
- name: Install mdbook
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
./generate-book.py
2626
- name: Upload Artifact
27-
uses: actions/[email protected]
27+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
2828
with:
2929
path: ./book
3030

@@ -42,4 +42,4 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- id: deployment
45-
uses: actions/[email protected]
45+
uses: actions/deploy-pages@decdde0ac072f6dcbe43649d82d9c635fff5b4e4 # v4.0.4

0 commit comments

Comments
 (0)