@@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 needs : [checks]
1212 steps :
13- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
13+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0 .1
1414
1515 - name : Install uv
16- uses : astral-sh/setup-uv@caf0cab7a618c569241d31dcd442f54681755d39 # v3 .2.4
16+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7 .2.0
1717 with :
1818 enable-cache : true
1919 version : 0.9.5
2525 run : uv build
2626
2727 - name : Upload artifacts
28- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
28+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
2929 with :
3030 name : release-dists
3131 path : dist/
4444
4545 steps :
4646 - name : Retrieve release distributions
47- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
47+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0 .0
4848 with :
4949 name : release-dists
5050 path : dist/
@@ -58,20 +58,20 @@ jobs:
5858 permissions :
5959 contents : write
6060 steps :
61- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
61+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0 .1
6262 - name : Configure Git Credentials
6363 run : |
6464 git config user.name github-actions[bot]
6565 git config user.email 41898282+github-actions[bot]@users.noreply.github.com
6666
6767 - name : Install uv
68- uses : astral-sh/setup-uv@caf0cab7a618c569241d31dcd442f54681755d39 # v3 .2.4
68+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7 .2.0
6969 with :
7070 enable-cache : true
7171 version : 0.9.5
7272
7373 - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
74- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
74+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7575 with :
7676 key : mkdocs-material-${{ env.cache_id }}
7777 path : .cache
0 commit comments