File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1010 boundary-check :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 3434 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3535 aws-region : us-east-1
3636
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v6
3838 with :
3939 path : co
4040 - run : find co -type f -not -name package.yml -delete -o -type l -delete
Original file line number Diff line number Diff line change 1414 outputs :
1515 projects : ${{ steps.diff.outputs.diff }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - uses : technote-space/get-diff-action@v6
1919 id : get-diff
2020 with :
4242 needs : [pkg, ingest]
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v6
4646 with :
4747 fetch-depth : 1
4848
Original file line number Diff line number Diff line change 1919 matrix : ${{ steps.process-diff.outputs.matrix }}
2020 steps :
2121 - uses : pkgxdev/setup@v4
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - uses : technote-space/get-diff-action@v6
2424 id : get-diff
2525 with :
5656 PKGX_PANTRY_PATH : ${{ github.workspace }}
5757 PKGX_PANTRY_DIR : ${{ github.workspace }}
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v6
6060
6161 - uses : ./.github/actions/setup
6262 with :
Original file line number Diff line number Diff line change 7373 PKGX_PANTRY_PATH : ${{ github.workspace }}
7474 PKGX_PANTRY_DIR : ${{ github.workspace }}
7575 steps :
76- - uses : actions/checkout@v4
76+ - uses : actions/checkout@v6
7777
7878 - uses : ./.github/actions/setup
7979 with :
@@ -129,7 +129,7 @@ jobs:
129129 pacman -Sy --noconfirm gcc libatomic_ops libxcrypt-compat
130130 fi
131131
132- - uses : actions/checkout@v4
132+ - uses : actions/checkout@v6
133133 - uses : ./.github/actions/setup
134134 - uses : pkgxdev/setup@v4
135135
@@ -154,7 +154,7 @@ jobs:
154154 steps :
155155 - uses : pkgxdev/setup@v4
156156
157- - uses : actions/checkout@v4
157+ - uses : actions/checkout@v6
158158
159159 - uses : aws-actions/configure-aws-credentials@v6
160160 with :
@@ -300,7 +300,7 @@ jobs:
300300 permissions :
301301 issues : write
302302 steps :
303- - uses : actions/checkout@v4
303+ - uses : actions/checkout@v6
304304 - uses : ./.github/actions/complain
305305 with :
306306 pkg : ${{ fromJSON(inputs.pkg).project }}=${{ fromJSON(inputs.pkg).version.value }}
Original file line number Diff line number Diff line change 2525 pkg : ${{ steps.id.outputs.pkg-json }}
2626 steps :
2727 - uses : pkgxdev/setup@v4
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 - run : .github/scripts/get-matrix.ts ${{ inputs.pkg }}
3030 id : matrix
3131 - uses : pkgxdev/brewkit/id@v1
Original file line number Diff line number Diff line change 1414 source_changed : ${{ steps.source.outputs.diff != '' }}
1515 tests_changed : ${{ steps.tests.outputs.diff != '' }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 - uses : technote-space/get-diff-action@v6
Original file line number Diff line number Diff line change 1616 versions : ${{ steps.inventory.outputs.versions }}
1717 steps :
1818 - uses : pkgxdev/setup@v4
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 - run : ./.github/scripts/inventory.ts ${{ inputs.project }}
2121 id : inventory
2222
You can’t perform that action at this time.
0 commit comments