File tree Expand file tree Collapse file tree 12 files changed +24
-24
lines changed
Expand file tree Collapse file tree 12 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-24.04
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424
2525 - name : Run ansible-lint
2626 uses : ansible-community/ansible-lint-action@main
Original file line number Diff line number Diff line change 4545 attestations : write
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 - name : Install zstd
5151 run : |
@@ -144,7 +144,7 @@ jobs:
144144 ./*raspberry*.json
145145
146146 - name : Attest
147- uses : actions/attest-build-provenance@v1
147+ uses : actions/attest-build-provenance@v2
148148 with :
149149 subject-path : ' ${{ github.workspace }}/*raspberry*.img.zst'
150150
@@ -155,26 +155,26 @@ jobs:
155155 contents : write
156156 steps :
157157 - name : Download docker tag
158- uses : actions/download-artifact@v4
158+ uses : actions/download-artifact@v5
159159 with :
160160 name : docker-tag
161161 path : .
162162
163163 - name : Download OpenAPI schema
164- uses : actions/download-artifact@v4
164+ uses : actions/download-artifact@v5
165165 with :
166166 name : anthias-api-schema
167167 path : .
168168
169169 - name : Download balena images
170- uses : actions/download-artifact@v4
170+ uses : actions/download-artifact@v5
171171 with :
172172 pattern : balena-images-*
173173 path : .
174174 merge-multiple : true
175175
176176 - name : Create release
177- uses : ncipollo/release-action@v1.11.2
177+ uses : ncipollo/release-action@v1.18.0
178178 with :
179179 allowUpdates : true
180180 generateReleaseNotes : true
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-24.04
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Set up QEMU
3030 uses : docker/setup-qemu-action@v3
7272 runs-on : ubuntu-24.04
7373 steps :
7474 - name : Checkout
75- uses : actions/checkout@v4
75+ uses : actions/checkout@v5
7676
7777 - name : Set up QEMU
7878 uses : docker/setup-qemu-action@v3
@@ -136,7 +136,7 @@ jobs:
136136 board : ['pi5', 'x86']
137137 steps :
138138 - name : Checkout
139- uses : actions/checkout@v4
139+ uses : actions/checkout@v5
140140 - name : Set up QEMU
141141 uses : docker/setup-qemu-action@v3
142142
@@ -195,7 +195,7 @@ jobs:
195195 id-token : write
196196 attestations : write
197197 steps :
198- - uses : actions/download-artifact@v4
198+ - uses : actions/download-artifact@v5
199199 with :
200200 name : webview-${{ matrix.board }}
201201 path : ./build
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232
3333 - name : Setup Pages
3434 uses : actions/configure-pages@v5
Original file line number Diff line number Diff line change 4343
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747
4848 - name : Set up Python ${{ matrix.python-version }}
4949 uses : actions/setup-python@v5
@@ -135,7 +135,7 @@ jobs:
135135 runs-on : ubuntu-24.04
136136 steps :
137137 - name : Checkout
138- uses : actions/checkout@v4
138+ uses : actions/checkout@v5
139139
140140 - name : Set Docker tag
141141 run : |
Original file line number Diff line number Diff line change 5454
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v5
5858
5959 - name : Set up Python 3.11
6060 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2424 lint :
2525 runs-on : ubuntu-24.04
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828
2929 - name : Setup Node.js
3030 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 2525 actionlint-version : ['1.7.7']
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929
3030 - name : Download actionlint
3131 run : |
Original file line number Diff line number Diff line change 2121 matrix :
2222 python-version : ["3.11"]
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525
2626 - name : Set up Python ${{ matrix.python-version }}
2727 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments