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 2525 outputs :
2626 targets : ${{ steps.get-targets.outputs.targets }}
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - name : Extract targets as JSON array
30- uses : dcarbone/install-jq-action@v2
30+ uses : dcarbone/install-jq-action@v3
3131 - name : Get targets from bake file
3232 id : get-targets
3333 run : |
4141 matrix :
4242 target : ${{ fromJson(needs.extract-targets.outputs.targets) }}
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545
4646 - name : Set up Docker Buildx
4747 uses : docker/setup-buildx-action@v3.11.1
Original file line number Diff line number Diff line change 1313 dockerHubDescription :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Update Docker Hub description
1818 uses : peter-evans/dockerhub-description@v4
1919 with :
You can’t perform that action at this time.
0 commit comments