File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313 - name : Configure Git Credentials
1414 run : |
1515 git config user.name github-actions[bot]
1616 git config user.email 41898282+github-actions[bot]@users.noreply.github.com
17- - uses : actions/setup-python@v5
17+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1818 with :
1919 python-version : 3.x
2020 - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
21- - uses : actions/cache@v4
21+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2222 with :
2323 key : mkdocs-material-${{ env.cache_id }}
2424 path : .cache
You can’t perform that action at this time.
0 commit comments