Skip to content

Commit 95a8594

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 c1b310c commit 95a8594

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: ${{ env.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
@@ -143,7 +143,7 @@ jobs:
143143
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
144144

145145
- name: Cache composer dependencies
146-
uses: actions/cache@v4
146+
uses: actions/cache@v5
147147
with:
148148
path: ${{ env.COMPOSER_CACHE }}
149149
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -181,7 +181,7 @@ jobs:
181181
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
182182

183183
- name: Cache composer dependencies
184-
uses: actions/cache@v4
184+
uses: actions/cache@v5
185185
with:
186186
path: ${{ env.COMPOSER_CACHE }}
187187
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -235,7 +235,7 @@ jobs:
235235
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
236236

237237
- name: Cache composer dependencies
238-
uses: actions/cache@v4
238+
uses: actions/cache@v5
239239
with:
240240
path: ${{ env.COMPOSER_CACHE }}
241241
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -260,7 +260,7 @@ jobs:
260260
steps:
261261
- uses: actions/checkout@v6
262262

263-
- uses: actions/download-artifact@v6
263+
- uses: actions/download-artifact@v7
264264
with:
265265
name: coverage-data
266266
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)