Skip to content

Commit 128e316

Browse files
Merge pull request #96 from MyXiaoNan/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 236ea73 + 62743f7 commit 128e316

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5757
steps:
5858
- name: Checkout repository
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060

6161
# Initializes the CodeQL tools for scanning.
6262
- name: Initialize CodeQL

.github/workflows/release_on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- name: Get Current Version
1717
id: get_version

0 commit comments

Comments
 (0)