Skip to content

Commit 6ae6b6a

Browse files
authored
Merge pull request #2 from RealChuan/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents b24ea9d + 155134a commit 6ae6b6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

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

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 1
4040

.github/workflows/readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v6
1818
# ISO Langusge Codes: https://cloud.google.com/translate/docs/languages

0 commit comments

Comments
 (0)