Skip to content

Commit ae924e2

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 d4eef66 commit ae924e2

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

7878
- name: Cache composer dependencies
79-
uses: actions/cache@v4
79+
uses: actions/cache@v5
8080
with:
8181
path: $COMPOSER_CACHE
8282
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -95,7 +95,7 @@ jobs:
9595

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

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

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

232232
- name: Cache composer dependencies
233-
uses: actions/cache@v4
233+
uses: actions/cache@v5
234234
with:
235235
path: $COMPOSER_CACHE
236236
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)