2727 name : " Calculate list of debian distros"
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3131 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3232 with :
3333 python-version : " 3.x"
5555
5656 steps :
5757 - name : Checkout
58- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5959 with :
6060 path : src
6161
6666 install : true
6767
6868 - name : Set up docker layer caching
69- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
69+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
7070 with :
7171 path : /tmp/.buildx-cache
7272 key : ${{ runner.os }}-buildx-${{ github.sha }}
@@ -132,7 +132,7 @@ jobs:
132132 os : " ubuntu-24.04-arm"
133133
134134 steps :
135- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
136136
137137 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
138138 with :
@@ -165,7 +165,7 @@ jobs:
165165 if : ${{ !startsWith(github.ref, 'refs/pull/') }}
166166
167167 steps :
168- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
168+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
169169 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
170170 with :
171171 python-version : " 3.10"
@@ -191,7 +191,7 @@ jobs:
191191 runs-on : ubuntu-latest
192192 steps :
193193 - name : Download all workflow run artifacts
194- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
194+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
195195 - name : Build a tarball for the debs
196196 # We need to merge all the debs uploads into one folder, then compress
197197 # that.
0 commit comments