🌐 AI搜索 & 代理 主页
Skip to content

Commit 36d5d59

Browse files
Bump actions/checkout from 2 to 5 (#2648)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6cedd18 commit 36d5d59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- name: Doxygen Action
1111
uses: mattnotmitt/doxygen-action@1.12.0
1212
with:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
mono-version: latest
5555

5656
- name: Checkout code
57-
uses: actions/checkout@v2
57+
uses: actions/checkout@v5
5858

5959
- name: Setup .NET
6060
uses: actions/setup-dotnet@v1

.github/workflows/nuget-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "DATE_VER=$(date "+%Y-%m-%d")" >> $GITHUB_ENV
2222
2323
- name: Checkout code
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v5
2525

2626
- name: Setup .NET
2727
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)