Skip to content

Commit f88aa57

Browse files
committed
Merge branch '3.x' into 4.x
2 parents b246455 + 43ec238 commit f88aa57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/happy-new-year.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: exit 1
7474

7575
- name: Create pull request
76-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
76+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
7777
with:
7878
base: ${{ steps.branches.outputs.BASE }}
7979
branch: ${{ steps.branches.outputs.PR_BRANCH }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ jobs:
390390
391391
- name: "Upload coverage results to Coveralls (normal run)"
392392
if: ${{ success() }}
393-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
393+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
394394
with:
395395
format: clover
396396
file: build/logs/clover.xml
@@ -399,7 +399,7 @@ jobs:
399399

400400
- name: "Upload coverage results to Coveralls (CBF run)"
401401
if: ${{ matrix.os != 'windows-latest' && success() }}
402-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
402+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
403403
with:
404404
format: clover
405405
file: build/logs/clover-cbf.xml
@@ -415,6 +415,6 @@ jobs:
415415

416416
steps:
417417
- name: Coveralls Finished
418-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
418+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
419419
with:
420420
parallel-finished: true

0 commit comments

Comments
 (0)