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 08b5a55 commit 042eff8Copy full SHA for 042eff8
.github/workflows/main.yaml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-python@v5
13
- - uses: pre-commit/[email protected]
+ - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
14
build:
15
runs-on: ubuntu-20.04
16
permissions:
@@ -79,7 +79,7 @@ jobs:
79
>> $GITHUB_STEP_SUMMARY
80
- name: Publish cheatsheets and handouts
81
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
82
- uses: peaceiris/actions-gh-pages@v4
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
83
with:
84
github_token: ${{ secrets.GITHUB_TOKEN }}
85
publish_dir: ./docs/_build/html/
0 commit comments