File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434
3535 - name : Patch Speakeasy README docs links
3636 run : ./scripts/patch-readme.sh README.md ${{ env.GH_PAGES_URL }}
Original file line number Diff line number Diff line change 1818 manual-build-and-publish :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0 # Get all history for automatic versioning
2424
Original file line number Diff line number Diff line change 2121 - name : Tune GitHub-hosted runner network
2222 uses : smorimoto/tune-github-hosted-runner-network@v1
2323
24- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525 with :
2626 fetch-depth : 0 # Get all history for automatic versioning
2727
5858 uses : smorimoto/tune-github-hosted-runner-network@v1
5959
6060 - name : Check out code
61- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
61+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6262
6363 - name : Download release binaries
6464 uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
8181 uses : smorimoto/tune-github-hosted-runner-network@v1
8282
8383 - name : Check out code
84- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
84+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8585
8686 - name : Set TAG_NAME in Environment
8787 # Subsequent steps will be have the computed tag name
Original file line number Diff line number Diff line change 2323 - name : Tune GitHub-hosted runner network
2424 uses : smorimoto/tune-github-hosted-runner-network@v1
2525
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727
2828 - name : Patch Speakeasy README docs links
2929 run : ./scripts/patch-readme.sh README.md http://localhost:8000
4040 - name : Tune GitHub-hosted runner network
4141 uses : smorimoto/tune-github-hosted-runner-network@v1
4242
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444 with :
4545 fetch-depth : 0 # Fetch full history to access all commits
4646
@@ -121,7 +121,7 @@ jobs:
121121 - name : Tune GitHub-hosted runner network
122122 uses : smorimoto/tune-github-hosted-runner-network@v1
123123
124- - uses : actions/checkout@v5
124+ - uses : actions/checkout@v6
125125
126126 - name : Setup dotnet
127127 uses : actions/setup-dotnet@v5
@@ -141,7 +141,7 @@ jobs:
141141 - name : Tune GitHub-hosted runner network
142142 uses : smorimoto/tune-github-hosted-runner-network@v1
143143
144- - uses : actions/checkout@v5
144+ - uses : actions/checkout@v6
145145
146146 - name : Setup dotnet
147147 uses : actions/setup-dotnet@v5
You can’t perform that action at this time.
0 commit comments