Skip to content

Commit 418a3a5

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] <support@github.com>
1 parent 689b2ee commit 418a3a5

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
@@ -66,7 +66,7 @@ jobs:
6666
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
6767

6868
- name: Cache composer dependencies
69-
uses: actions/cache@v4
69+
uses: actions/cache@v5
7070
with:
7171
path: $COMPOSER_CACHE
7272
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -118,7 +118,7 @@ jobs:
118118
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
119119

120120
- name: Cache composer dependencies
121-
uses: actions/cache@v4
121+
uses: actions/cache@v5
122122
with:
123123
path: $COMPOSER_CACHE
124124
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -174,7 +174,7 @@ jobs:
174174
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
175175

176176
- name: Cache composer dependencies
177-
uses: actions/cache@v4
177+
uses: actions/cache@v5
178178
with:
179179
path: $COMPOSER_CACHE
180180
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -193,7 +193,7 @@ jobs:
193193

194194
- name: Save coverage data
195195
if: ${{ matrix.php-versions == '8.4' }}
196-
uses: actions/upload-artifact@v5
196+
uses: actions/upload-artifact@v6
197197
with:
198198
name: coverage-data
199199
path: ${{ github.workspace }}/build
@@ -236,7 +236,7 @@ jobs:
236236
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
237237

238238
- name: Cache composer dependencies
239-
uses: actions/cache@v4
239+
uses: actions/cache@v5
240240
with:
241241
path: $COMPOSER_CACHE
242242
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -255,7 +255,7 @@ jobs:
255255
steps:
256256
- uses: actions/checkout@v6
257257

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

0 commit comments

Comments
 (0)