|
29 | 29 | permissions: |
30 | 30 | contents: read |
31 | 31 | steps: |
32 | | - - uses: actions/checkout@v4 |
| 32 | + - uses: actions/checkout@v7 |
33 | 33 |
|
34 | 34 | - name: Check the version train |
35 | 35 | run: | |
|
51 | 51 | run: |
52 | 52 | working-directory: sdk/typescript |
53 | 53 | steps: |
54 | | - - uses: actions/checkout@v4 |
| 54 | + - uses: actions/checkout@v7 |
55 | 55 |
|
56 | 56 | - uses: actions/setup-node@v4 |
57 | 57 | with: |
@@ -105,7 +105,7 @@ jobs: |
105 | 105 | contents: read |
106 | 106 | id-token: write # PyPI trusted publishing (OIDC) |
107 | 107 | steps: |
108 | | - - uses: actions/checkout@v4 |
| 108 | + - uses: actions/checkout@v7 |
109 | 109 |
|
110 | 110 | - uses: actions/setup-python@v5 |
111 | 111 | with: |
@@ -137,7 +137,7 @@ jobs: |
137 | 137 | contents: read |
138 | 138 | id-token: write # crates.io trusted publishing (OIDC) |
139 | 139 | steps: |
140 | | - - uses: actions/checkout@v4 |
| 140 | + - uses: actions/checkout@v7 |
141 | 141 |
|
142 | 142 | # Install the *pinned* toolchain up front so the first cargo invocation |
143 | 143 | # in publish.sh doesn't pay the auto-fetch. Installing `stable` here |
@@ -208,7 +208,7 @@ jobs: |
208 | 208 | os: ubuntu-22.04-arm |
209 | 209 | pgo: true |
210 | 210 | steps: |
211 | | - - uses: actions/checkout@v4 |
| 211 | + - uses: actions/checkout@v7 |
212 | 212 |
|
213 | 213 | # rust-toolchain.toml pins the channel and cargo always builds with that |
214 | 214 | # pinned toolchain — so the cross target and llvm-tools have to be added |
@@ -258,7 +258,7 @@ jobs: |
258 | 258 | permissions: |
259 | 259 | contents: write # create the release + upload assets |
260 | 260 | steps: |
261 | | - - uses: actions/checkout@v4 |
| 261 | + - uses: actions/checkout@v7 |
262 | 262 | with: |
263 | 263 | fetch-depth: 0 # full history so --generate-notes finds the prior tag |
264 | 264 |
|
|
0 commit comments