Skip to content

Commit 2aefbe2

Browse files
Bump the all-actions group across 1 directory with 7 updates (#13)
Bumps the all-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dessant/lock-threads](https://github.com/dessant/lock-threads) | `5` | `6` | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/github-script](https://github.com/actions/github-script) | `7` | `8` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `7` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4` | `5` | 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/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) 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 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `actions/download-artifact` from 4 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- 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/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/github-script dependency-version: '8' 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 - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7933c8a commit 2aefbe2

3 files changed

Lines changed: 15 additions & 15 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/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: [ubuntu-latest]
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- name: Lint markdown files
2525
uses: nosborn/github-action-markdown-cli@v3
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- name: Run docs build
4444
if: github.event_name != 'pull_request'
45-
uses: actions/github-script@v7
45+
uses: actions/github-script@v8
4646
with:
4747
# Token has to be generated on a user account that controls the docs-repository.
4848
# The _only_ scope to select is "Access public repositories", nothing more.

.github/workflows/php.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
git config --global core.autocrlf false
7171
git config --global core.eol lf
7272
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v6
7474

7575
- name: Get composer cache directory
7676
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
7777

7878
- name: Cache composer dependencies
79-
uses: actions/cache@v4
79+
uses: actions/cache@v5
8080
with:
8181
path: ${{ env.COMPOSER_CACHE }}
8282
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Save coverage data
9797
if: ${{ matrix.php-versions == '8.5' }}
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@v6
9999
with:
100100
name: coverage-data
101101
path: ${{ github.workspace }}/build
@@ -133,13 +133,13 @@ jobs:
133133
git config --global core.autocrlf false
134134
git config --global core.eol lf
135135
136-
- uses: actions/checkout@v4
136+
- uses: actions/checkout@v6
137137

138138
- name: Get composer cache directory
139139
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
140140

141141
- name: Cache composer dependencies
142-
uses: actions/cache@v4
142+
uses: actions/cache@v5
143143
with:
144144
path: ${{ env.COMPOSER_CACHE }}
145145
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -171,13 +171,13 @@ jobs:
171171
- name: Setup problem matchers for PHP
172172
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
173173

174-
- uses: actions/checkout@v4
174+
- uses: actions/checkout@v6
175175

176176
- name: Get composer cache directory
177177
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
178178

179179
- name: Cache composer dependencies
180-
uses: actions/cache@v4
180+
uses: actions/cache@v5
181181
with:
182182
path: ${{ env.COMPOSER_CACHE }}
183183
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -226,13 +226,13 @@ jobs:
226226
- name: Setup problem matchers for PHP
227227
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
228228

229-
- uses: actions/checkout@v4
229+
- uses: actions/checkout@v6
230230

231231
- name: Get composer cache directory
232232
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
233233

234234
- name: Cache composer dependencies
235-
uses: actions/cache@v4
235+
uses: actions/cache@v5
236236
with:
237237
path: ${{ env.COMPOSER_CACHE }}
238238
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -255,15 +255,15 @@ jobs:
255255
runs-on: [ubuntu-latest]
256256
needs: [unit-tests-linux]
257257
steps:
258-
- uses: actions/checkout@v4
258+
- uses: actions/checkout@v6
259259

260-
- uses: actions/download-artifact@v4
260+
- uses: actions/download-artifact@v7
261261
with:
262262
name: coverage-data
263263
path: ${{ github.workspace }}/build
264264

265265
- name: Codecov
266-
uses: codecov/codecov-action@v4
266+
uses: codecov/codecov-action@v5
267267
with:
268268
token: ${{ secrets.CODECOV_TOKEN }}
269269
fail_ci_if_error: true

0 commit comments

Comments
 (0)