From cc0d213100570b1021371e639acc477f348a0a90 Mon Sep 17 00:00:00 2001 From: Chris Gmyr Date: Sat, 16 Mar 2024 23:11:54 -0400 Subject: [PATCH] update action versions --- .github/workflows/php-cs-fixer.yml | 2 +- .github/workflows/run-tests-mysql.yml | 4 ++-- .github/workflows/run-tests-postgres.yml | 6 +++--- .github/workflows/run-tests.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 27bc04e..f327ab0 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/run-tests-mysql.yml b/.github/workflows/run-tests-mysql.yml index 70d5d5f..6a0e6be 100644 --- a/.github/workflows/run-tests-mysql.yml +++ b/.github/workflows/run-tests-mysql.yml @@ -41,7 +41,7 @@ jobs: name: P${{ matrix.php-versions }} - L${{ matrix.laravel }} - ${{ matrix.dependency-stability }} - ${{ matrix.operating-system}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install PHP versions uses: shivammathur/setup-php@v2 @@ -53,7 +53,7 @@ jobs: run: | echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: actions-cache with: path: ${{ steps.composer-cache.outputs.dir }} diff --git a/.github/workflows/run-tests-postgres.yml b/.github/workflows/run-tests-postgres.yml index 8bf2dba..1078084 100644 --- a/.github/workflows/run-tests-postgres.yml +++ b/.github/workflows/run-tests-postgres.yml @@ -42,7 +42,7 @@ jobs: name: P${{ matrix.php-versions }} - L${{ matrix.laravel }} - ${{ matrix.dependency-stability }} - ${{ matrix.operating-system}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install PHP versions uses: shivammathur/setup-php@v2 @@ -54,7 +54,7 @@ jobs: run: | echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: actions-cache with: path: ${{ steps.composer-cache.outputs.dir }} @@ -63,7 +63,7 @@ jobs: ${{ runner.os }}-composer- - name: Cache PHP dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: vendor-cache with: path: vendor diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a9d9fe3..9f8636f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -79,7 +79,7 @@ jobs: name: P${{ matrix.php-versions }} - L${{ matrix.laravel }} - ${{ matrix.dependency-stability }} - ${{ matrix.operating-system}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install PHP versions uses: shivammathur/setup-php@v2 @@ -91,7 +91,7 @@ jobs: run: | echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: actions-cache with: path: ${{ steps.composer-cache.outputs.dir }}