From 6de4cf16bd913f0b99dc4fc35835dfccaa93176b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:48:08 +0000 Subject: [PATCH] Update actions --- .github/workflows/code-style.yml | 4 ++-- .github/workflows/upstream-check.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index a77eb90..c4af91f 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -12,10 +12,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Setup PHP - uses: shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2 + uses: shivammathur/setup-php@fc14643b0a99ee9db10a3c025a33d76544fa3761 # v2 with: php-version: 8.1 coverage: none # disable xdebug, pcov diff --git a/.github/workflows/upstream-check.yml b/.github/workflows/upstream-check.yml index 2d2897b..ac70db9 100644 --- a/.github/workflows/upstream-check.yml +++ b/.github/workflows/upstream-check.yml @@ -31,13 +31,13 @@ jobs: steps: - name: Checkout ${{ matrix.repo }}@${{ matrix.branch }} - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 with: repository: ${{ matrix.repo }} ref: ${{ matrix.branch }} - name: Setup PHP - uses: shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2 + uses: shivammathur/setup-php@fc14643b0a99ee9db10a3c025a33d76544fa3761 # v2 with: php-version: ${{ matrix.php }} coverage: none