Skip to content

Commit a9c331c

Browse files
Bump the all-actions group with 4 updates
Bumps the all-actions group with 4 updates: [dessant/lock-threads](https://github.com/dessant/lock-threads), [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `dessant/lock-threads` from 5 to 6 - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md) - [Commits](dessant/lock-threads@v5...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: dessant/lock-threads dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d9d106 commit a9c331c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/autolock-conversations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
action:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: dessant/lock-threads@v5
21+
- uses: dessant/lock-threads@v6
2222
with:
2323
issue-inactive-days: '90'
2424
pr-inactive-days: '90'

.github/workflows/php.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
7979

8080
- name: Cache composer dependencies
81-
uses: actions/cache@v4
81+
uses: actions/cache@v5
8282
with:
8383
path: $COMPOSER_CACHE
8484
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Save coverage data
9999
if: ${{ matrix.php-versions == '8.5' }}
100-
uses: actions/upload-artifact@v5
100+
uses: actions/upload-artifact@v6
101101
with:
102102
name: coverage-data
103103
path: ${{ github.workspace }}/build
@@ -140,7 +140,7 @@ jobs:
140140
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
141141

142142
- name: Cache composer dependencies
143-
uses: actions/cache@v4
143+
uses: actions/cache@v5
144144
with:
145145
path: $COMPOSER_CACHE
146146
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -177,7 +177,7 @@ jobs:
177177
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
178178

179179
- name: Cache composer dependencies
180-
uses: actions/cache@v4
180+
uses: actions/cache@v5
181181
with:
182182
path: $COMPOSER_CACHE
183183
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -231,7 +231,7 @@ jobs:
231231
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
232232

233233
- name: Cache composer dependencies
234-
uses: actions/cache@v4
234+
uses: actions/cache@v5
235235
with:
236236
path: $COMPOSER_CACHE
237237
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -256,7 +256,7 @@ jobs:
256256
steps:
257257
- uses: actions/checkout@v6
258258

259-
- uses: actions/download-artifact@v6
259+
- uses: actions/download-artifact@v7
260260
with:
261261
name: coverage-data
262262
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)