Skip to content

Commit e6db8cb

Browse files
Bump the all-actions group with 8 updates
Bumps the all-actions group with 8 updates: | 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` | `9` | | [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework) | `1.11.1` | `1.11.5` | | [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework) | `1.11.1` | `1.11.5` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4` | `6` | | [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) | `5` | `6` | 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 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml` from 1.11.1 to 1.11.5 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.11.1...v1.11.5) Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml` from 1.11.1 to 1.11.5 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.11.1...v1.11.5) 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 `codecov/codecov-action` from 4 to 6 - [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...v6) Updates `geekyeggo/delete-artifact` from 5 to 6 - [Release notes](https://github.com/geekyeggo/delete-artifact/releases) - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md) - [Commits](GeekyEggo/delete-artifact@v5...v6) --- 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: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml dependency-version: 1.11.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml dependency-version: 1.11.5 dependency-type: direct:production update-type: version-update:semver-patch 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: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: geekyeggo/delete-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f15f4f4 commit e6db8cb

3 files changed

Lines changed: 16 additions & 16 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@v9
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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
php-version: ['8.3', '8.4', '8.5']
2323

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.1
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.5
2525
with:
2626
php-version: ${{ matrix.php-version }}
2727

@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232

33-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.1
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.5
3434
with:
3535
enable_eslinter: false
3636
enable_jsonlinter: true
@@ -69,13 +69,13 @@ jobs:
6969
git config --global core.autocrlf false
7070
git config --global core.eol lf
7171
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v6
7373

7474
- name: Get composer cache directory
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: ${{ env.COMPOSER_CACHE }}
8181
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -132,13 +132,13 @@ jobs:
132132
git config --global core.autocrlf false
133133
git config --global core.eol lf
134134
135-
- uses: actions/checkout@v4
135+
- uses: actions/checkout@v6
136136

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

140140
- name: Cache composer dependencies
141-
uses: actions/cache@v4
141+
uses: actions/cache@v5
142142
with:
143143
path: ${{ env.COMPOSER_CACHE }}
144144
key: ${{ runner.os }}-composer-${{ hashFiles('**\composer.json') }}
@@ -169,13 +169,13 @@ jobs:
169169
- name: Setup problem matchers for PHP
170170
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
171171

172-
- uses: actions/checkout@v4
172+
- uses: actions/checkout@v6
173173

174174
- name: Get composer cache directory
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: ${{ env.COMPOSER_CACHE }}
181181
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -223,13 +223,13 @@ jobs:
223223
- name: Setup problem matchers for PHP
224224
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
225225

226-
- uses: actions/checkout@v4
226+
- uses: actions/checkout@v6
227227

228228
- name: Get composer cache directory
229229
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
230230

231231
- name: Cache composer dependencies
232-
uses: actions/cache@v4
232+
uses: actions/cache@v5
233233
with:
234234
path: ${{ env.COMPOSER_CACHE }}
235235
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -252,15 +252,15 @@ jobs:
252252
runs-on: [ubuntu-latest]
253253
needs: [unit-tests-linux]
254254
steps:
255-
- uses: actions/checkout@v4
255+
- uses: actions/checkout@v6
256256

257257
- uses: actions/download-artifact@v8
258258
with:
259259
name: coverage-data
260260
path: ${{ github.workspace }}/build
261261

262262
- name: Codecov
263-
uses: codecov/codecov-action@v4
263+
uses: codecov/codecov-action@v6
264264
with:
265265
token: ${{ secrets.CODECOV_TOKEN }}
266266
fail_ci_if_error: true
@@ -276,6 +276,6 @@ jobs:
276276
(needs.unit-tests-linux.result == 'success' && needs.coverage.result == 'skipped')
277277
278278
steps:
279-
- uses: geekyeggo/delete-artifact@v5
279+
- uses: geekyeggo/delete-artifact@v6
280280
with:
281281
name: coverage-data

0 commit comments

Comments
 (0)