Skip to content

Commit 23dcb4f

Browse files
authored
Merge pull request #480 from Chris53897/feature/ci
ci: bump github action actions/checkout 4 => 5
2 parents 51173c3 + e0c227d commit 23dcb4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coding-standards.yml

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

1616
steps:
1717
- name: "Checkout"
18-
uses: "actions/checkout@v4"
18+
uses: "actions/checkout@v5"
1919
- name: PHPStan
2020
uses: "docker://oskarstark/phpstan-ga"
2121
env:

.github/workflows/continuous-integration.yml

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

7373
steps:
7474
- name: "Checkout"
75-
uses: "actions/checkout@v4"
75+
uses: "actions/checkout@v5"
7676
with:
7777
fetch-depth: 2
7878

.github/workflows/php-cs-fixer.yml

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

1616
steps:
1717
- name: "Checkout"
18-
uses: "actions/checkout@v4"
18+
uses: "actions/checkout@v5"
1919
- name: "PHP-CS-Fixer"
2020
uses: "docker://oskarstark/php-cs-fixer-ga:3.26.0"
2121
with:

0 commit comments

Comments
 (0)