File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 timestamp :
3232 runs-on : ubuntu-22.04
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 - uses : ./.github/actions/timestamp
3636
3737 define-matrix :
7171 runs-on : ubuntu-22.04
7272 needs : [define-matrix]
7373 steps :
74- - uses : actions/checkout@v5
74+ - uses : actions/checkout@v6
7575 - uses : ./.github/actions/kas-checkout
7676 with :
7777 machine : ${{ matrix.machine }}
8989 runs-on : [self-hosted, builder]
9090 needs : [define-matrix, scarthgap-repo-init, timestamp]
9191 steps :
92- - uses : actions/checkout@v5
92+ - uses : actions/checkout@v6
9393 - uses : ./.github/actions/s3-configure
9494 env :
9595 S3_ACCESS_KEY : ${{ secrets.S3_ACCESS_KEY }}
@@ -119,7 +119,7 @@ jobs:
119119 runs-on : [self-hosted, builder]
120120 needs : [define-matrix, scarthgap-repo-init]
121121 steps :
122- - uses : actions/checkout@v5
122+ - uses : actions/checkout@v6
123123 - uses : ./.github/actions/s3-configure
124124 env :
125125 S3_ACCESS_KEY : ${{ secrets.S3_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments