We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf49c07 commit 3033ae4Copy full SHA for 3033ae4
.github/workflows/docs.yml
@@ -12,9 +12,9 @@ jobs:
12
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v3
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
16
- name: Set up Python
17
- uses: actions/[email protected]
+ uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4.0
18
with:
19
python-version: 3.11.0
20
- name: Install dependencies
@@ -36,7 +36,7 @@ jobs:
36
git config --local user.name "GitHub Action"
37
git commit -m 'deploy'
38
- name: Force push to destination branch
39
- uses: ad-m/[email protected]
+ uses: ad-m/github-push-action@40bf560936a8022e68a3c00e7d2abefaf01305a6 # v0.6.0
40
41
github_token: ${{ secrets.GITHUB_TOKEN }}
42
branch: gh-pages
0 commit comments