Skip to content

Commit ba72abe

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 72e470f commit ba72abe

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

6969
- name: Cache composer dependencies
70-
uses: actions/cache@v4
70+
uses: actions/cache@v5
7171
with:
7272
path: $COMPOSER_CACHE
7373
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -133,7 +133,7 @@ jobs:
133133
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
134134

135135
- name: Cache composer dependencies
136-
uses: actions/cache@v4
136+
uses: actions/cache@v5
137137
with:
138138
path: $COMPOSER_CACHE
139139
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -189,7 +189,7 @@ jobs:
189189
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
190190

191191
- name: Cache composer dependencies
192-
uses: actions/cache@v4
192+
uses: actions/cache@v5
193193
with:
194194
path: $COMPOSER_CACHE
195195
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -208,7 +208,7 @@ jobs:
208208

209209
- name: Save coverage data
210210
if: ${{ matrix.php-versions == '8.3' }}
211-
uses: actions/upload-artifact@v5
211+
uses: actions/upload-artifact@v6
212212
with:
213213
name: coverage-data
214214
path: ${{ github.workspace }}/build
@@ -251,7 +251,7 @@ jobs:
251251
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
252252

253253
- name: Cache composer dependencies
254-
uses: actions/cache@v4
254+
uses: actions/cache@v5
255255
with:
256256
path: $COMPOSER_CACHE
257257
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -270,7 +270,7 @@ jobs:
270270
steps:
271271
- uses: actions/checkout@v6
272272

273-
- uses: actions/download-artifact@v6
273+
- uses: actions/download-artifact@v7
274274
with:
275275
name: coverage-data
276276
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)