|
2 | 2 | # |
3 | 3 | # devctl |
4 | 4 | # |
5 | | -# https://github.com/giantswarm/devctl/blob/985d05379d82765e9b0a80f2bd3366b23edb961e/pkg/gen/input/workflows/internal/file/create_release.yaml.template |
| 5 | +# https://github.com/giantswarm/devctl/blob/063b90515fe92a8350c734f2caea0343ae3aca64/pkg/gen/input/workflows/internal/file/create_release.yaml.template |
6 | 6 | # |
7 | 7 | name: Create Release |
8 | 8 | on: |
|
54 | 54 | echo "version=${version}" >> $GITHUB_OUTPUT |
55 | 55 | - name: Checkout code |
56 | 56 | if: ${{ steps.get_version.outputs.version != '' }} |
57 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 57 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
58 | 58 | - name: Get project.go path |
59 | 59 | id: get_project_go_path |
60 | 60 | if: ${{ steps.get_version.outputs.version != '' }} |
@@ -103,7 +103,7 @@ jobs: |
103 | 103 | tarball_binary_path: "*/src/${binary}" |
104 | 104 | smoke_test: "${binary} --version" |
105 | 105 | - name: Checkout code |
106 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 106 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
107 | 107 | - name: Update project.go |
108 | 108 | id: update_project_go |
109 | 109 | env: |
@@ -163,7 +163,7 @@ jobs: |
163 | 163 | upload_url: ${{ steps.create_gh_release.outputs.upload_url }} |
164 | 164 | steps: |
165 | 165 | - name: Checkout code |
166 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 166 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
167 | 167 | with: |
168 | 168 | ref: ${{ github.sha }} |
169 | 169 | - name: Ensure correct version in project.go |
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | tarball_binary_path: "*/src/${binary}" |
218 | 218 | smoke_test: "${binary} --version" |
219 | 219 | - name: Check out the repository |
220 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 220 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
221 | 221 | with: |
222 | 222 | fetch-depth: 0 # Clone the whole history, not just the most recent commit. |
223 | 223 | - name: Fetch all tags and branches |
|
0 commit comments