We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b2ccc commit c454ffdCopy full SHA for c454ffd
2 files changed
.github/workflows/dependabot-auto-merge.yml
@@ -15,7 +15,7 @@ permissions:
15
16
jobs:
17
dependabot:
18
- uses: typisttech/.github/.github/workflows/dependabot-auto-merge.yml@7b89b88a2e9768adc532a741ec37de5921ad248e # v5.1.1
+ uses: typisttech/.github/.github/workflows/dependabot-auto-merge.yml@8c3b859e35165a6e81a660713be195ec61d2ca1d # v5.2.1
19
with:
20
minor: true
21
patch: true
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
30
php-version: '8.5'
31
coverage: xdebug
32
- - uses: ramsey/composer-install@a8d0d959dab41457692a5e2041bd9b757a119e3f # 3.2.1
+ - uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
33
34
- run: composer pest:unit -- --coverage-clover coverage-unit.xml --ci
35
0 commit comments