Skip to content

Commit cfa448e

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 a397fc8 commit cfa448e

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

8282
- name: Cache composer dependencies
83-
uses: actions/cache@v4
83+
uses: actions/cache@v5
8484
with:
8585
path: $COMPOSER_CACHE
8686
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Save coverage data
101101
if: ${{ matrix.php-versions == '8.5' }}
102-
uses: actions/upload-artifact@v5
102+
uses: actions/upload-artifact@v6
103103
with:
104104
name: coverage-data
105105
path: ${{ github.workspace }}/build
@@ -142,7 +142,7 @@ jobs:
142142
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
143143

144144
- name: Cache composer dependencies
145-
uses: actions/cache@v4
145+
uses: actions/cache@v5
146146
with:
147147
path: $COMPOSER_CACHE
148148
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -183,7 +183,7 @@ jobs:
183183
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
184184

185185
- name: Cache composer dependencies
186-
uses: actions/cache@v4
186+
uses: actions/cache@v5
187187
with:
188188
path: $COMPOSER_CACHE
189189
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -237,7 +237,7 @@ jobs:
237237
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
238238

239239
- name: Cache composer dependencies
240-
uses: actions/cache@v4
240+
uses: actions/cache@v5
241241
with:
242242
path: $COMPOSER_CACHE
243243
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -262,7 +262,7 @@ jobs:
262262
steps:
263263
- uses: actions/checkout@v6
264264

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

0 commit comments

Comments
 (0)