Skip to content

Commit a030d39

Browse files
Bump the github-actions group with 2 updates (#67)
1 parent 8f10684 commit a030d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "8.3"
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- name: Setup PHP
2626
uses: pmmp/[email protected]
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Restore Composer package cache
3333
id: composer-cache
34-
uses: actions/cache@v3
34+
uses: actions/cache@v4
3535
with:
3636
path: "~/.cache/composer"
3737
key: "php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)