|
62 | 62 | env: |
63 | 63 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
64 | 64 | REF: ${{ (github.ref_type == 'tag' && github.ref_name) || (github.event_name == 'workflow_dispatch' && inputs.version) || '' }} |
65 | | - - uses: actions/checkout@v5 |
| 65 | + - uses: actions/checkout@v6 |
66 | 66 | with: |
67 | 67 | ref: ${{ steps.check.outputs.ref }} |
68 | 68 | persist-credentials: false |
@@ -108,7 +108,7 @@ jobs: |
108 | 108 | run: echo "sanitized_platform=${PLATFORM//\//-}" >> "${GITHUB_OUTPUT}" |
109 | 109 | env: |
110 | 110 | PLATFORM: ${{ matrix.platform }} |
111 | | - - uses: actions/checkout@v5 |
| 111 | + - uses: actions/checkout@v6 |
112 | 112 | with: |
113 | 113 | ref: ${{ needs.prepare.outputs.ref }} |
114 | 114 | persist-credentials: false |
@@ -260,7 +260,7 @@ jobs: |
260 | 260 | run: echo "sanitized_platform=${PLATFORM//\//-}" >> "${GITHUB_OUTPUT}" |
261 | 261 | env: |
262 | 262 | PLATFORM: ${{ matrix.platform }} |
263 | | - - uses: actions/checkout@v5 |
| 263 | + - uses: actions/checkout@v6 |
264 | 264 | with: |
265 | 265 | ref: ${{ needs.prepare.outputs.ref }} |
266 | 266 | persist-credentials: false |
@@ -442,7 +442,7 @@ jobs: |
442 | 442 | env: |
443 | 443 | HOMEBREW_NO_AUTO_UPDATE: 1 |
444 | 444 | steps: |
445 | | - - uses: actions/checkout@v5 |
| 445 | + - uses: actions/checkout@v6 |
446 | 446 | with: |
447 | 447 | ref: ${{ needs.prepare.outputs.ref }} |
448 | 448 | persist-credentials: false |
|
0 commit comments