Skip to content

Commit 369729a

Browse files
committed
chore(deps): update actions/checkout action to v5
1 parent c9ef4db commit 369729a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/code-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
CONFIG: ${{ inputs.config }}
5151
CONFIG_PATH: ${{ inputs.path }}
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
- name: Setup PHP
5555
uses: shivammathur/setup-php@v2
5656
with:

.github/workflows/doctum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
3737
- name: Setup PHP

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
name: PHPStan Static Analysis
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Setup PHP
2525
uses: shivammathur/setup-php@v2
2626
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
php: [ "8.0", "8.1", "8.2", "8.3", "8.4" ]
1515
name: PHP ${{matrix.php }} Unit Test
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:

0 commit comments

Comments
 (0)