Skip to content

Commit f61e7d9

Browse files
build(deps): bump actions/checkout from 5 to 6 (#186)
1 parent 6566df2 commit f61e7d9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/docfx-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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 }}

.github/workflows/manual_publish_nuget_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

.github/workflows/post-tag.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

@@ -58,7 +58,7 @@ jobs:
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
@@ -81,7 +81,7 @@ jobs:
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

.github/workflows/pull-request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
@@ -40,7 +40,7 @@ jobs:
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

0 commit comments

Comments
 (0)