|
| 1 | +[1mdiff --git a/.github/workflows/cleanup-repo.yaml b/.github/workflows/cleanup-repo.yaml[m |
| 2 | +[1mindex 5ddd154..1a44be6 100644[m |
| 3 | +[1m--- a/.github/workflows/cleanup-repo.yaml[m |
| 4 | +[1m+++ b/.github/workflows/cleanup-repo.yaml[m |
| 5 | +[36m@@ -14,7 +14,7 @@[m [mjobs:[m |
| 6 | + steps:[m |
| 7 | + [m |
| 8 | + # Mark issues and PRs with no activity as stale after a while, and close them after a while longer[m |
| 9 | +[31m- - uses: actions/stale@v9[m |
| 10 | +[32m+[m[32m - uses: actions/stale@v10[m |
| 11 | + with:[m |
| 12 | + stale-issue-message: 'Marking issue as stale'[m |
| 13 | + stale-pr-message: 'Marking PR as stale'[m |
| 14 | +[1mdiff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml[m |
| 15 | +[1mindex 8d3a18a..b0f2aa9 100644[m |
| 16 | +[1m--- a/.github/workflows/tests.yaml[m |
| 17 | +[1m+++ b/.github/workflows/tests.yaml[m |
| 18 | +[36m@@ -18,14 +18,14 @@[m [mjobs:[m |
| 19 | + [m |
| 20 | + steps:[m |
| 21 | + - name: Checkout[m |
| 22 | +[31m- uses: actions/checkout@v4[m |
| 23 | +[32m+[m[32m uses: actions/checkout@v6[m |
| 24 | + [m |
| 25 | + - name: Get Composer Cache Directory[m |
| 26 | + id: composer-cache[m |
| 27 | + run: |[m |
| 28 | + echo "dir=$(make composer-cache-dir)" >> $GITHUB_OUTPUT[m |
| 29 | + [m |
| 30 | +[31m- - uses: actions/cache@v4[m |
| 31 | +[32m+[m[32m - uses: actions/cache@v5[m |
| 32 | + with:[m |
| 33 | + path: ${{ steps.composer-cache.outputs.dir }}[m |
| 34 | + key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}[m |
0 commit comments