Skip to content

Commit 72c9dca

Browse files
Bump the all-actions group with 4 updates (#40)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57f9af2 commit 72c9dca

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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/interoperability.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v6
5151

5252
- name: Cache composer dependencies
53-
uses: actions/cache@v4
53+
uses: actions/cache@v5
5454
with:
5555
path: $(composer config cache-files-dir)
5656
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Cache metadata
7171
id: cache-metadata
72-
uses: actions/cache@v4
72+
uses: actions/cache@v5
7373
with:
7474
path: /tmp/metadata
7575
key: ${{ runner.os }}-metadata-${{ env.date }}

.github/workflows/php.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
7676

7777
- name: Cache composer dependencies
78-
uses: actions/cache@v4
78+
uses: actions/cache@v5
7979
with:
8080
path: $COMPOSER_CACHE
8181
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Save coverage data
9696
if: ${{ matrix.php-versions == '8.5' }}
97-
uses: actions/upload-artifact@v5
97+
uses: actions/upload-artifact@v6
9898
with:
9999
name: coverage-data
100100
path: ${{ github.workspace }}/build
@@ -137,7 +137,7 @@ jobs:
137137
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
138138

139139
- name: Cache composer dependencies
140-
uses: actions/cache@v4
140+
uses: actions/cache@v5
141141
with:
142142
path: $COMPOSER_CACHE
143143
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -175,7 +175,7 @@ jobs:
175175
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
176176

177177
- name: Cache composer dependencies
178-
uses: actions/cache@v4
178+
uses: actions/cache@v5
179179
with:
180180
path: $COMPOSER_CACHE
181181
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -228,7 +228,7 @@ jobs:
228228
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
229229

230230
- name: Cache composer dependencies
231-
uses: actions/cache@v4
231+
uses: actions/cache@v5
232232
with:
233233
path: $COMPOSER_CACHE
234234
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)