Skip to content

Commit

Permalink
Merge branch 'main' into renovate/shivammathur-setup-php-digest
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmfg authored Sep 18, 2024
2 parents 697e344 + c0873b4 commit bdd084b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
php-version: ${{ matrix.php-version }}

- name: Install Dependencies
uses: nick-invision/retry@39da88d5f7d15a96aed861dbabbe8b7443e3182a # v1.0.4
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
with:
timeout_minutes: 10
max_attempts: 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:83b093a87ee58ad6b2bc974fd4d81d8bd80655e6174819797583a3434e9cd2fb
uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:9702a9fd95c40b383507d97d467d4c9ff709a6b7c7d3a7a7da3b7c155ee0aa38
with:
args: . --diff --dry-run
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
- name: Install Dependencies
uses: nick-invision/retry@39da88d5f7d15a96aed861dbabbe8b7443e3182a # v1.0.4
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
with:
timeout_minutes: 10
max_attempts: 3
Expand Down

0 comments on commit bdd084b

Please # to comment.