Skip to content

Commit 2180505

Browse files
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3efbb3 commit 2180505

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id-token: write
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 1
3131

.github/workflows/dependabot-auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on:
1717
- ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
fetch-tags: true
@@ -34,7 +34,7 @@ jobs:
3434
runs-on:
3535
- ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
with:
3939
fetch-depth: 0
4040
fetch-tags: true

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 100
2121
fetch-tags: true
@@ -67,7 +67,7 @@ jobs:
6767
needs: version
6868
steps:
6969
- name: Checkout code
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
fetch-depth: 0
7373
fetch-tags: true
@@ -90,7 +90,7 @@ jobs:
9090

9191
steps:
9292
- name: Check out code
93-
uses: actions/checkout@v4
93+
uses: actions/checkout@v5
9494
with:
9595
submodules: true
9696
fetch-tags: true
@@ -127,7 +127,7 @@ jobs:
127127

128128
steps:
129129
- name: Check out code
130-
uses: actions/checkout@v4
130+
uses: actions/checkout@v5
131131
with:
132132
submodules: true
133133
fetch-depth: 0

.github/workflows/servc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: sleep 20s
5353

5454
- name: Checkout Code
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
with:
5757
submodules: true
5858

@@ -69,7 +69,7 @@ jobs:
6969
echo "CURRENT_PATH=$(pwd)" >> $GITHUB_ENV
7070
7171
- name: Checkout Serv-C
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7373
with:
7474
repository: serv-c/docs
7575
ref: ${{ env.SERVC_VERSION }}
@@ -99,7 +99,7 @@ jobs:
9999

100100
steps:
101101
- name: Check out code
102-
uses: actions/checkout@v4
102+
uses: actions/checkout@v5
103103
with:
104104
repository: serv-c/docs
105105
fetch-depth: 100

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- if: github.server_url != 'https://github.com'
4242
run: sleep 20s
4343

44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
with:
4646
submodules: true
4747

0 commit comments

Comments
 (0)