4242 pull_request :
4343 push :
4444 tags :
45- - ' **[0-9]+.[0-9]+.[0-9]+*'
45+ - " **[0-9]+.[0-9]+.[0-9]+*"
4646
4747jobs :
4848 # Run 'dist plan' (or host) to determine what tasks we need to do
5656 env :
5757 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060 with :
6161 persist-credentials : false
6262 submodules : recursive
@@ -116,7 +116,7 @@ jobs:
116116 - name : enable windows longpaths
117117 run : |
118118 git config --global core.longpaths true
119- - uses : actions/checkout@v4
119+ - uses : actions/checkout@v5
120120 with :
121121 persist-credentials : false
122122 submodules : recursive
@@ -175,7 +175,7 @@ jobs:
175175 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
176176 BUILD_MANIFEST_NAME : target/distrib/global-dist-manifest.json
177177 steps :
178- - uses : actions/checkout@v4
178+ - uses : actions/checkout@v5
179179 with :
180180 persist-credentials : false
181181 submodules : recursive
@@ -225,7 +225,7 @@ jobs:
225225 outputs :
226226 val : ${{ steps.host.outputs.manifest }}
227227 steps :
228- - uses : actions/checkout@v4
228+ - uses : actions/checkout@v5
229229 with :
230230 persist-credentials : false
231231 submodules : recursive
@@ -288,7 +288,7 @@ jobs:
288288 GITHUB_EMAIL : " admin+bot@axo.dev"
289289 if : ${{ !fromJson(needs.plan.outputs.val).announcement_is_prerelease || fromJson(needs.plan.outputs.val).publish_prereleases }}
290290 steps :
291- - uses : actions/checkout@v4
291+ - uses : actions/checkout@v5
292292 with :
293293 persist-credentials : true
294294 repository : " rust-mcp-stack/homebrew-tap"
@@ -340,8 +340,8 @@ jobs:
340340 merge-multiple : true
341341 - uses : actions/setup-node@v4
342342 with :
343- node-version : ' 20.x'
344- registry-url : ' https://registry.npmjs.org'
343+ node-version : " 20.x"
344+ registry-url : " https://registry.npmjs.org"
345345 - run : |
346346 for release in $(echo "$PLAN" | jq --compact-output '.releases[] | select([.artifacts[] | endswith("-npm-package.tar.gz")] | any)'); do
347347 pkg=$(echo "$release" | jq '.artifacts[] | select(endswith("-npm-package.tar.gz"))' --raw-output)
@@ -364,7 +364,7 @@ jobs:
364364 env :
365365 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
366366 steps :
367- - uses : actions/checkout@v4
367+ - uses : actions/checkout@v5
368368 with :
369369 persist-credentials : false
370370 submodules : recursive
0 commit comments