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 1616 outputs :
1717 registry : ${{ steps.registry-matrix.outputs.registry }}
1818 steps :
19- - uses : actions/checkout@v1
19+ - uses : actions/checkout@v4
2020 - id : registry-matrix
2121 name : Extract registries from registry secret mapping
2222 run : |
4444 - generate-changelog
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/checkout@v2
47+ - uses : actions/checkout@v4
4848 env :
4949 CHANGELOG : ${{ needs.generate-changelog.outputs.changelog }}
5050 - run : |
7878 matrix :
7979 registry : ${{ fromJson(needs.registry-matrix.outputs.registry) }}
8080 steps :
81- - uses : actions/checkout@v2
81+ - uses : actions/checkout@v4
8282 - run : docker build . -t "${{ matrix.registry }}/${DOCKER_IMAGE}:${{ env.MILESTONE }}"
8383 - name : Login to Docker Hub
8484 run : |
Original file line number Diff line number Diff line change 1414 if : github.event.pull_request.milestone == null
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v1
17+ - uses : actions/checkout@v4
1818 - name : ' Get Previous tag'
1919 id : previoustag
2020 uses : " WyriHaximus/github-action-get-previous-tag@master"
You can’t perform that action at this time.
0 commit comments