Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 8f10684 commit a030d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- "8.3"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: pmmp/setup-php-action@3.2.0
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Restore Composer package cache
id: composer-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: "~/.cache/composer"
key: "php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}"
Expand Down

0 comments on commit a030d39

Please # to comment.