Skip to content

Commit c75afb7

Browse files
chore(deps): update actions/checkout action to v5 (#99)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b4540ea commit c75afb7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/coding-standards.yml

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

1414
steps:
1515
- name: "Checkout"
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: "Install PHP"
1919
uses: "shivammathur/setup-php@v2"

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: "Checkout"
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 2
3333

@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: "Checkout"
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464
with:
6565
fetch-depth: 2
6666

.github/workflows/static-analysis.yml

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

1414
steps:
1515
- name: "Checkout code"
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: "Install PHP"
1919
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)