Skip to content

Commit d1c3cdb

Browse files
Update GitHub Action Versions (#165)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1a8e8eb commit d1c3cdb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
permissions: write-all
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: release-drafter/release-drafter@v7.2.1
15+
- uses: release-drafter/release-drafter@v7.3.1
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
2727

2828
- name: Setup PHP
29-
uses: shivammathur/setup-php@2.37.0
29+
uses: shivammathur/setup-php@2.37.1
3030
with:
3131
php-version: ${{ matrix.php }}
3232
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick

0 commit comments

Comments
 (0)