Skip to content

Commit b243cac

Browse files
chore: bump gh action versions (#79)
Co-authored-by: Christopher Georg <[email protected]>
1 parent 59f3250 commit b243cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

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

1616
steps:
1717
- name: Checkout Code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2
@@ -52,7 +52,7 @@ jobs:
5252
git config --global core.eol lf
5353
5454
- name: Checkout Code
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v4
5656

5757
- name: Setup PHP
5858
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)