Skip to content

Commit b0b2ac8

Browse files
chore: Update GitHub Actions dependencies (#394)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a047e8 commit b0b2ac8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6060

6161
- name: Set up PHP with PECL extension
62-
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2
62+
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2
6363
with:
6464
php-version: ${{ matrix.php }}
6565
coverage: xdebug

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6464

6565
- name: Set up PHP
66-
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2
66+
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2
6767
with:
6868
php-version: ${{ matrix.php }}
6969
coverage: xdebug

.github/workflows/sloth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Run Sloth
34-
uses: lendable/sloth@e1fd9a2df2549f6e64188f274bc5d3b39d7842ed # 0.2.0
34+
uses: lendable/sloth@6d497936ec6468ac10ea587b46ac96f8fd7843bf # 0.2.1
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
interval: 10

0 commit comments

Comments
 (0)