Skip to content

Commit 6d6a0c5

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 8db2eb1 commit 6d6a0c5

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

6666
- name: Cache composer dependencies
67-
uses: actions/cache@v4
67+
uses: actions/cache@v5
6868
with:
6969
path: $COMPOSER_CACHE
7070
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -130,7 +130,7 @@ jobs:
130130
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
131131

132132
- name: Cache composer dependencies
133-
uses: actions/cache@v4
133+
uses: actions/cache@v5
134134
with:
135135
path: $COMPOSER_CACHE
136136
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -186,7 +186,7 @@ jobs:
186186
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
187187

188188
- name: Cache composer dependencies
189-
uses: actions/cache@v4
189+
uses: actions/cache@v5
190190
with:
191191
path: $COMPOSER_CACHE
192192
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -205,7 +205,7 @@ jobs:
205205

206206
- name: Save coverage data
207207
if: ${{ matrix.php-versions == '8.3' }}
208-
uses: actions/upload-artifact@v5
208+
uses: actions/upload-artifact@v6
209209
with:
210210
name: coverage-data
211211
path: ${{ github.workspace }}/build
@@ -248,7 +248,7 @@ jobs:
248248
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
249249

250250
- name: Cache composer dependencies
251-
uses: actions/cache@v4
251+
uses: actions/cache@v5
252252
with:
253253
path: $COMPOSER_CACHE
254254
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -267,7 +267,7 @@ jobs:
267267
steps:
268268
- uses: actions/checkout@v6
269269

270-
- uses: actions/download-artifact@v6
270+
- uses: actions/download-artifact@v7
271271
with:
272272
name: coverage-data
273273
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)