Skip to content

Commit b3d765d

Browse files
authored
Merge pull request #6 from LSS-Manager/dependabot/github_actions/master/actions/checkout-6
⬆️(deps): Bump actions/checkout from 5 to 6
2 parents f60578d + 2027799 commit b3d765d

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
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: 'Checkout repository'
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
# Initializes the CodeQL tools for scanning.
2727
- name: 'Initialize CodeQL'

.github/workflows/download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: 'ubuntu-latest'
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Setup Node.js
1818
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)