|
59 | 59 | uses: hmarr/debug-action@v3.0.0 |
60 | 60 | - id: checkout |
61 | 61 | name: Checkout ${{ env.REF_NAME }} |
62 | | - uses: actions/checkout@v6.0.1 |
| 62 | + uses: actions/checkout@v6.0.2 |
63 | 63 | with: |
64 | 64 | persist-credentials: false |
65 | 65 | ref: ${{ env.REF }} |
|
93 | 93 | steps: |
94 | 94 | - id: checkout |
95 | 95 | name: Checkout ${{ env.REF_NAME }} |
96 | | - uses: actions/checkout@v6.0.1 |
| 96 | + uses: actions/checkout@v6.0.2 |
97 | 97 | with: |
98 | 98 | fetch-depth: 0 |
99 | 99 | persist-credentials: false |
@@ -121,7 +121,7 @@ jobs: |
121 | 121 | steps: |
122 | 122 | - id: checkout |
123 | 123 | name: Checkout ${{ env.REF_NAME }} |
124 | | - uses: actions/checkout@v6.0.1 |
| 124 | + uses: actions/checkout@v6.0.2 |
125 | 125 | with: |
126 | 126 | persist-credentials: false |
127 | 127 | ref: ${{ env.REF }} |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | steps: |
158 | 158 | - id: checkout |
159 | 159 | name: Checkout ${{ env.REF_NAME }} |
160 | | - uses: actions/checkout@v6.0.1 |
| 160 | + uses: actions/checkout@v6.0.2 |
161 | 161 | with: |
162 | 162 | persist-credentials: false |
163 | 163 | ref: ${{ env.REF }} |
@@ -185,7 +185,7 @@ jobs: |
185 | 185 | steps: |
186 | 186 | - id: checkout |
187 | 187 | name: Checkout ${{ env.REF_NAME }} |
188 | | - uses: actions/checkout@v6.0.1 |
| 188 | + uses: actions/checkout@v6.0.2 |
189 | 189 | with: |
190 | 190 | fetch-depth: 0 |
191 | 191 | persist-credentials: false |
@@ -213,7 +213,7 @@ jobs: |
213 | 213 | echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT |
214 | 214 | - id: checkout |
215 | 215 | name: Checkout ${{ env.REF_NAME }} |
216 | | - uses: actions/checkout@v6.0.1 |
| 216 | + uses: actions/checkout@v6.0.2 |
217 | 217 | with: |
218 | 218 | fetch-depth: 0 |
219 | 219 | persist-credentials: false |
|
0 commit comments