Skip to content

Commit e80a096

Browse files
authored
Merge pull request #81 from DoliCloud/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 8093ce6 + cc12db7 commit e80a096

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@v4
68+
uses: actions/checkout@v5
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@v4
37+
- uses: actions/checkout@v5
3838
- name: Setup PHP
3939
uses: shivammathur/setup-php@v2
4040
with:

0 commit comments

Comments
 (0)