We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7983143 commit 00f9237Copy full SHA for 00f9237
.github/workflows/update-docs.yml
@@ -61,7 +61,7 @@ jobs:
61
run: |
62
git config user.name github-actions[bot]
63
git config --global user.email "github-actions[bot]@users.noreply.github.com"
64
- - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
+ - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
65
with:
66
python-version: 3.x
67
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
0 commit comments