Skip to content

Commit 9287b99

Browse files
committed
Updating GHA action versions
1 parent ce70c52 commit 9287b99

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
mysql -e "CREATE USER 'forge'@'localhost' IDENTIFIED BY '';" --user=root --password=root
3838
mysql -e "GRANT ALL PRIVILEGES ON *.* TO 'forge'@'localhost';" --user=root --password=root
3939
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v4
4141

4242
- name: Validate composer.json and composer.lock
4343
run: composer validate --strict
4444

4545
- name: Cache Composer packages
4646
id: composer-cache
47-
uses: actions/cache@v2
47+
uses: actions/cache@v4
4848
with:
4949
path: vendor
5050
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"name": "Paul R. Rogers",
1515
"role": "Developer"
1616
},
17+
{
18+
"name": "Quentin Schmick",
19+
"role": "Developer"
20+
},
1721
{
1822
"name": "Always Open",
1923
"role": "Organization"

0 commit comments

Comments
 (0)