File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Check out code into the Go module directory
22- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
22+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
2323 - name : Calculate go version
2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Clone repository
19- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2020 with :
2121 fetch-depth : 0
2222 ref : ${{github.event.pull_request.head.ref}}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out repository
13- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1414
1515 - name : Validate PR Title
1616 env :
Original file line number Diff line number Diff line change 2020 if : github.repository == 'kubernetes-sigs/cluster-api-provider-openstack'
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
23+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
2424 with :
2525 fetch-depth : 0
2626 - name : Get changed files
9090 env :
9191 RELEASE_TAG : ${{needs.push_release_tags.outputs.release_tag}}
9292 - name : checkout code
93- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
93+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
9494 with :
9595 fetch-depth : 0
9696 ref : ${{ env.RELEASE_TAG }}
@@ -110,7 +110,7 @@ jobs:
110110 curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/releasenotes/${{ env.RELEASE_TAG }}.md" \
111111 -o "${{ env.RELEASE_TAG }}.md"
112112 - name : Release
113- uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # tag=v2.4.1
113+ uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # tag=v2.4.2
114114 with :
115115 draft : true
116116 files : out/*
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Check out code
21- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
21+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
2222 with :
2323 ref : ${{ matrix.branch }}
2424 - name : Calculate go version
Original file line number Diff line number Diff line change 1717 current_version : ${{ steps.check_version.outputs.current_version }}
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121 with :
2222 fetch-depth : 0
2323 - name : Get latest golangci-lint version
You can’t perform that action at this time.
0 commit comments