Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docfx-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Patch Speakeasy README docs links
run: ./scripts/patch-readme.sh README.md ${{ env.GH_PAGES_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_publish_nuget_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
manual-build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0 # Get all history for automatic versioning

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/post-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1

- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 0 # Get all history for automatic versioning

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: smorimoto/tune-github-hosted-runner-network@v1

- name: Check out code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

- name: Download release binaries
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
Expand All @@ -81,7 +81,7 @@ jobs:
uses: smorimoto/tune-github-hosted-runner-network@v1

- name: Check out code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

- name: Set TAG_NAME in Environment
# Subsequent steps will be have the computed tag name
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1

- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Patch Speakeasy README docs links
run: ./scripts/patch-readme.sh README.md http://localhost:8000
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0 # Fetch full history to access all commits

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1

- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Setup dotnet
uses: actions/setup-dotnet@v5
Expand All @@ -141,7 +141,7 @@ jobs:
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1

- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Setup dotnet
uses: actions/setup-dotnet@v5
Expand Down