Skip to content

Commit f92f480

Browse files
chore: Pin dependencies (#364)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Georgiev <martin-georgiev@users.noreply.github.com>
1 parent a4faa6c commit f92f480

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
-e POSTGRES_INITDB_ARGS="--data-checksums"
6161
6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6464

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

7676
- name: Cache Composer packages
7777
id: composer-cache
78-
uses: actions/cache@v4
78+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
7979
with:
8080
path: vendor
8181
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)