File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3333 php-version : ${{ matrix.php-versions }}
3434
3535 - name : ♻️ Tools cache
36- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
36+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
3737 with :
3838 path : tools/cache
3939 key : ${{ runner.os }}-tools-${{ matrix.php-versions }}-${{ github.sha }}
@@ -54,15 +54,15 @@ jobs:
5454 run : composer phpstan -- --error-format=github
5555
5656 - name : ♻️ Tests cache
57- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
57+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
5858 with :
5959 path : tests/.phpunit.result.cache
6060 key : ${{ runner.os }}-tests-${{ github.sha }}
6161 restore-keys : |
6262 ${{ runner.os }}-tests-
6363
6464 - name : ♻️ Fixtures cache
65- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
65+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0 .0
6666 with :
6767 path : .cache
6868 key : fixture-cache-${{ hashFiles('composer.lock') }}
7676
7777 - name : 📊 Upload coverage results to Codecov
7878 if : matrix.stable
79- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
79+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
8080 with :
8181 files : ./build/logs/clover.xml
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions: {}
1010
1111jobs :
1212 greetings :
13- uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
13+ uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
1414 permissions :
1515 contents : read
1616 issues : write
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions: {}
1717
1818jobs :
1919 main :
20- uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
20+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
2121 permissions :
2222 contents : read
2323 issues : write
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions: {}
1212
1313jobs :
1414 main :
15- uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
15+ uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
1616 permissions :
1717 contents : write
1818 pull-requests : write
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions: {}
88
99jobs :
1010 main :
11- uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
11+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
1212 permissions :
1313 issues : write
1414 pull-requests : write
Original file line number Diff line number Diff line change 2828 run : composer run-script generate-css-referentials
2929
3030 - name : Push changes and create pull request
31- uses : peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7 .0.9
31+ uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8 .0.0
3232 with :
3333 branch : update-css-referential
3434 add-paths : |
You can’t perform that action at this time.
0 commit comments