File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 tags : ${{ steps.tags.outputs.tags }}
2020 base_image_tag : ${{ steps.base_image_tag.outputs.tag }}
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323
2424 - name : Check for base image changes
2525 uses : dorny/paths-filter@v4
7878 needs : build-base-image
7979 if : always() && !failure() && !cancelled()
8080 steps :
81- - uses : actions/checkout@v4
81+ - uses : actions/checkout@v6
8282
8383 - name : Set up QEMU
8484 uses : docker/setup-qemu-action@v4
Original file line number Diff line number Diff line change 2121 working-directory : docs
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525
2626 - name : Extract version from tag
2727 id : version
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313
1414 - name : Install Helm
1515 run : curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
3131 pages : write
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 0
3737
Original file line number Diff line number Diff line change 1111 permissions :
1212 contents : write
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515
1616 - name : Create GitHub Release
1717 run : gh release create "$GITHUB_REF_NAME" --generate-notes
Original file line number Diff line number Diff line change 8383
8484 steps :
8585 - name : Checkout
86- uses : actions/checkout@v4
86+ uses : actions/checkout@v6
8787 with :
8888 ref : ${{ github.event.pull_request.head.sha || github.sha }}
8989
You can’t perform that action at this time.
0 commit comments