|
14 | 14 | release_id: ${{ steps.create.outputs.release_id }} |
15 | 15 | tag: ${{ steps.create.outputs.tag }} |
16 | 16 | steps: |
17 | | - - uses: https://data.forgejo.org/actions/checkout@v6 |
| 17 | + - uses: https://data.forgejo.org/actions/checkout@v7 |
18 | 18 | with: |
19 | 19 | fetch-depth: 0 |
20 | 20 | - name: Install git-cliff |
|
77 | 77 | needs: [release] |
78 | 78 | runs-on: docker |
79 | 79 | steps: |
80 | | - - uses: https://data.forgejo.org/actions/checkout@v6 |
| 80 | + - uses: https://data.forgejo.org/actions/checkout@v7 |
81 | 81 | - name: Install Node.js |
82 | 82 | uses: https://data.forgejo.org/actions/setup-node@v6 |
83 | 83 | with: |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | needs: [release] |
132 | 132 | runs-on: docker |
133 | 133 | steps: |
134 | | - - uses: https://data.forgejo.org/actions/checkout@v6 |
| 134 | + - uses: https://data.forgejo.org/actions/checkout@v7 |
135 | 135 | - name: Mirror Hermes plugin to standalone GitHub repo |
136 | 136 | env: |
137 | 137 | GH_MIRROR_TOKEN: ${{ secrets.GH_MIRROR_TOKEN }} |
@@ -169,7 +169,7 @@ jobs: |
169 | 169 | needs: [release] |
170 | 170 | runs-on: docker |
171 | 171 | steps: |
172 | | - - uses: https://data.forgejo.org/actions/checkout@v6 |
| 172 | + - uses: https://data.forgejo.org/actions/checkout@v7 |
173 | 173 | - name: Install Node.js |
174 | 174 | uses: https://data.forgejo.org/actions/setup-node@v6 |
175 | 175 | with: |
@@ -202,7 +202,7 @@ jobs: |
202 | 202 | # renovate: datasource=github-releases depName=sigstore/cosign |
203 | 203 | COSIGN_VERSION: "3.0.5" |
204 | 204 | steps: |
205 | | - - uses: https://data.forgejo.org/actions/checkout@v6 |
| 205 | + - uses: https://data.forgejo.org/actions/checkout@v7 |
206 | 206 | - uses: https://data.forgejo.org/docker/setup-buildx-action@v4 |
207 | 207 | - name: Compute build timestamp |
208 | 208 | id: build-meta |
@@ -356,7 +356,7 @@ jobs: |
356 | 356 | # renovate: datasource=github-releases depName=google/go-containerregistry |
357 | 357 | CRANE_VERSION: "0.21.6" |
358 | 358 | steps: |
359 | | - - uses: https://data.forgejo.org/actions/checkout@v6 |
| 359 | + - uses: https://data.forgejo.org/actions/checkout@v7 |
360 | 360 | - name: Install helm |
361 | 361 | run: | |
362 | 362 | set -euo pipefail |
|
0 commit comments