Skip to content

Commit 33363bd

Browse files
Bump the all-actions group across 1 directory with 8 updates
Bumps the all-actions group with 8 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` | | [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework) | `1.9.2` | `1.10.6` | | [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework) | `1.9.2` | `1.10.6` | | [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` | 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 `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml` from 1.9.2 to 1.10.6 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.9.2...v1.10.6) Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml` from 1.9.2 to 1.10.6 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.9.2...v1.10.6) 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) --- 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: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml dependency-version: 1.10.6 dependency-type: direct:production update-type: version-update:semver-minor 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 f19343f commit 33363bd

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
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: [ubuntu-latest]
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222

2323
- name: Lint markdown files
2424
uses: nosborn/github-action-markdown-cli@v3
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: Run docs build
4343
if: github.event_name != 'pull_request'
44-
uses: actions/github-script@v7
44+
uses: actions/github-script@v8
4545
with:
4646
# Token has to be generated on a user account that controls the docs-repository.
4747
# 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.1', '8.2', '8.3', '8.4']
2323

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.9.2
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.6
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.9.2
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.6
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: $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.4' }}
97-
uses: actions/upload-artifact@v4
97+
uses: actions/upload-artifact@v6
9898
with:
9999
name: coverage-data
100100
path: ${{ github.workspace }}/build
@@ -131,13 +131,13 @@ jobs:
131131
git config --global core.autocrlf false
132132
git config --global core.eol lf
133133
134-
- uses: actions/checkout@v4
134+
- uses: actions/checkout@v6
135135

136136
- name: Get composer cache directory
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') }}
@@ -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: $COMPOSER_CACHE
181181
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -235,13 +235,13 @@ jobs:
235235
- name: Setup problem matchers for PHP
236236
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
237237

238-
- uses: actions/checkout@v4
238+
- uses: actions/checkout@v6
239239

240240
- name: Get composer cache directory
241241
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
242242

243243
- name: Cache composer dependencies
244-
uses: actions/cache@v4
244+
uses: actions/cache@v5
245245
with:
246246
path: $COMPOSER_CACHE
247247
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -264,9 +264,9 @@ jobs:
264264
runs-on: [ubuntu-latest]
265265
needs: [unit-tests-linux]
266266
steps:
267-
- uses: actions/checkout@v4
267+
- uses: actions/checkout@v6
268268

269-
- uses: actions/download-artifact@v4
269+
- uses: actions/download-artifact@v7
270270
with:
271271
name: coverage-data
272272
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)