@@ -22,13 +22,13 @@ jobs:
2222 should-release : ${{ steps.check.outputs.should-release }}
2323 new-version : ${{ steps.check.outputs.new-version }}
2424 steps :
25- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
25+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2626 with :
2727 fetch-depth : 2 # Need to compare with previous commit
2828 persist-credentials : false
2929
3030 - name : Set up uv
31- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
31+ uses : astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
3232 with :
3333 enable-cache : true
3434
@@ -66,12 +66,12 @@ jobs:
6666 permissions :
6767 contents : read
6868 steps :
69- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
69+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7070 with :
7171 persist-credentials : false
7272
7373 - name : Set up uv
74- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
74+ uses : astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
7575 with :
7676 enable-cache : true
7777
@@ -145,7 +145,7 @@ jobs:
145145 # version commit and the tag. fetch-depth: 0 brings the existing tags in
146146 # for the duplicate check below.
147147 - name : Checkout code
148- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 # zizmor: ignore[artipacked]
148+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 # zizmor: ignore[artipacked]
149149 with :
150150 fetch-depth : 0
151151
@@ -410,7 +410,7 @@ jobs:
410410 contents : read
411411 steps :
412412 - name : Checkout released commit
413- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
413+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
414414 with :
415415 ref : ${{ needs.prepare-release.outputs.release-sha }}
416416 persist-credentials : false
@@ -454,7 +454,7 @@ jobs:
454454 contents : read
455455 steps :
456456 - name : Checkout released commit
457- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
457+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
458458 with :
459459 ref : ${{ needs.prepare-release.outputs.release-sha }}
460460 persist-credentials : false
0 commit comments