Skip to content

Commit 3033ae4

Browse files
committed
Update .github/workflows/docs.yml
1 parent bf49c07 commit 3033ae4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1616
- name: Set up Python
17-
uses: actions/[email protected]
17+
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4.0
1818
with:
1919
python-version: 3.11.0
2020
- name: Install dependencies
@@ -36,7 +36,7 @@ jobs:
3636
git config --local user.name "GitHub Action"
3737
git commit -m 'deploy'
3838
- name: Force push to destination branch
39-
uses: ad-m/[email protected]
39+
uses: ad-m/github-push-action@40bf560936a8022e68a3c00e7d2abefaf01305a6 # v0.6.0
4040
with:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
4242
branch: gh-pages

0 commit comments

Comments
 (0)