@@ -48,12 +48,12 @@ jobs:
4848
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
51+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252 with :
5353 fetch-depth : 0
5454
5555 - name : Install uv
56- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2 .0
56+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
5757 with :
5858 version-file : " pyproject.toml"
5959 enable-cache : true
8383 run : make dist_native
8484
8585 - name : Upload dist_native artifacts
86- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
86+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
8787 if : ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
8888 with :
8989 name : dist_native-${{ matrix.runner }}
@@ -98,12 +98,12 @@ jobs:
9898 packages : read
9999 steps :
100100 - name : Checkout
101- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
101+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
102102 with :
103103 fetch-depth : 0
104104
105105 - name : Install uv
106- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2 .0
106+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
107107 with :
108108 version-file : " pyproject.toml"
109109 cache-dependency-glob : uv.lock
@@ -114,7 +114,7 @@ jobs:
114114 run : .github/workflows/_install_dev_tools.bash
115115
116116 - name : Download native distribution artifacts
117- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
117+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
118118 with :
119119 pattern : dist_native-*
120120 path : dist_native_all/
@@ -156,7 +156,7 @@ jobs:
156156 run : make docs
157157
158158 - name : Generate release notes
159- uses : orhun/git-cliff-action@e16f179f0be49ecdfe63753837f20b9531642772 # v4.7.0
159+ uses : orhun/git-cliff-action@c93ef52f3d0ddcdcc9bd5447d98d458a11cd4f72 # v4.7.1
160160 id : git-cliff
161161 with :
162162 config : pyproject.toml
@@ -185,13 +185,13 @@ jobs:
185185 if : |
186186 (!contains(inputs.commit_message, 'skip:test:all')) &&
187187 (!contains(github.event.pull_request.labels.*.name, 'skip:test:all'))
188- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
188+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
189189 with :
190190 name : test-results-ubuntu-latest
191191 path : test-results
192192
193193 - name : Download audit results generated in _audit.yml
194- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
194+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
195195 with :
196196 name : audit-results
197197 path : audit-results
@@ -244,7 +244,7 @@ jobs:
244244 echo "SLACKEOF" >> "$GITHUB_OUTPUT"
245245
246246 - name : Release Announcement
247- uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1 .1
247+ uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0 .1
248248 with :
249249 webhook : ${{ secrets.SLACK_WEBHOOK_URL_RELEASE_ANNOUNCEMENT }}
250250 webhook-type : webhook-trigger
0 commit comments