File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6767 runner : ubuntu-24.04-arm
6868
6969 steps :
70- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
70+ - uses : actions/checkout@v5
7171 with :
7272 submodules : recursive
7373 - uses : systemd/mkosi@main
Original file line number Diff line number Diff line change 8181
8282 steps :
8383 - name : Checkout
84- uses : actions/checkout@v4
84+ uses : actions/checkout@v5
8585 with :
8686 # otherwise we are testing target branch instead of the PR branch (see pull_request_target trigger)
8787 ref : ${{ github.event.pull_request.head.sha }}
@@ -168,7 +168,7 @@ jobs:
168168
169169 steps :
170170 - name : Checkout
171- uses : actions/checkout@v4
171+ uses : actions/checkout@v5
172172 with :
173173 # otherwise we are testing target branch instead of the PR branch (see pull_request_target trigger)
174174 ref : ${{ github.event.pull_request.head.sha }}
@@ -225,7 +225,7 @@ jobs:
225225
226226 steps :
227227 - name : Checkout
228- uses : actions/checkout@v4
228+ uses : actions/checkout@v5
229229 with :
230230 # otherwise we are testing target branch instead of the PR branch (see pull_request_target trigger)
231231 ref : ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments