Skip to content

Commit 076fafc

Browse files
authored
Merge pull request #91 from DoliCloud/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 1ca7e9d + 38662d5 commit 076fafc

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
@@ -65,7 +65,7 @@ jobs:
6565
# 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
6666
steps:
6767
- name: Checkout repository
68-
uses: actions/checkout@v5
68+
uses: actions/checkout@v6
6969

7070
# Add any setup steps before running the `github/codeql-action/init` action.
7171
# This includes steps like installing compilers or runtimes (`actions/setup-node`

.github/workflows/phan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
github.repository == 'DoliCloud/DoliMods'
3535
|| github.event.schedule == false
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
- name: Setup PHP
3939
uses: shivammathur/setup-php@v2
4040
with:

0 commit comments

Comments
 (0)