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/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 100
fetch-tags: true
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
needs: version
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
Expand All @@ -90,7 +90,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: true
fetch-tags: true
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: true
fetch-depth: 0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/servc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: sleep 20s

- name: Checkout Code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: true

Expand All @@ -69,7 +69,7 @@ jobs:
echo "CURRENT_PATH=$(pwd)" >> $GITHUB_ENV

- name: Checkout Serv-C
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: serv-c/docs
ref: ${{ env.SERVC_VERSION }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: serv-c/docs
fetch-depth: 100
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- if: github.server_url != 'https://github.com'
run: sleep 20s

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
submodules: true

Expand Down
Loading