Skip to content

Commit b94f80a

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 b6e1705 commit b94f80a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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') }}
@@ -116,7 +116,7 @@ jobs:
116116
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
117117

118118
- name: Cache composer dependencies
119-
uses: actions/cache@v4
119+
uses: actions/cache@v5
120120
with:
121121
path: $COMPOSER_CACHE
122122
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -172,7 +172,7 @@ jobs:
172172
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
173173

174174
- name: Cache composer dependencies
175-
uses: actions/cache@v4
175+
uses: actions/cache@v5
176176
with:
177177
path: $COMPOSER_CACHE
178178
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -191,7 +191,7 @@ jobs:
191191

192192
- name: Save coverage data
193193
if: ${{ matrix.php-versions == '8.3' }}
194-
uses: actions/upload-artifact@v5
194+
uses: actions/upload-artifact@v6
195195
with:
196196
name: coverage-data
197197
path: ${{ github.workspace }}/build
@@ -234,7 +234,7 @@ jobs:
234234
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
235235

236236
- name: Cache composer dependencies
237-
uses: actions/cache@v4
237+
uses: actions/cache@v5
238238
with:
239239
path: $COMPOSER_CACHE
240240
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -253,7 +253,7 @@ jobs:
253253
steps:
254254
- uses: actions/checkout@v6
255255

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

0 commit comments

Comments
 (0)