Skip to content

Commit c08fcb9

Browse files
build(deps): bump the all-actions group with 7 updates (simplesamlphp#2580)
Bumps the all-actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [dessant/lock-threads](https://github.com/dessant/lock-threads) | `5` | `6` | | [actions/checkout](https://github.com/actions/checkout) | `5` | `6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `6` | | [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework) | `1.10.6` | `1.11.0` | | [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework) | `1.10.6` | `1.11.0` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6` | `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 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml` from 1.10.6 to 1.11.0 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.10.6...v1.11.0) Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml` from 1.10.6 to 1.11.0 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.10.6...v1.11.0) 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/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/checkout dependency-version: '6' 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: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml dependency-version: 1.11.0 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.11.0 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/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1813e7a commit c08fcb9

5 files changed

Lines changed: 20 additions & 20 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/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup problem matchers for PHP
3333
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
3434

35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636

3737
# Store the version, stripping any v-prefix
3838
- name: Write release version
@@ -92,7 +92,7 @@ jobs:
9292
rm -rf "simplesamlphp-$VERSION"
9393
9494
- name: Save tarball
95-
uses: actions/upload-artifact@v5
95+
uses: actions/upload-artifact@v6
9696
with:
9797
name: release-${{ matrix.version }}
9898
path: "$TARGET"

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
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@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Lint markdown files
2525
uses: nosborn/github-action-markdown-cli@v3

.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.2', '8.3', '8.4', '8.5']
2323

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.6
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.0
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.10.6
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.0
3434
with:
3535
enable_eslinter: true
3636
enable_jsonlinter: true
@@ -69,7 +69,7 @@ jobs:
6969
git config --global core.autocrlf false
7070
git config --global core.eol lf
7171
72-
- uses: actions/checkout@v5
72+
- uses: actions/checkout@v6
7373

7474
- name: Copy config.php.dist to config.php
7575
run: cp config/config.php.dist config/config.php
@@ -81,7 +81,7 @@ jobs:
8181
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
8282

8383
- name: Cache composer dependencies
84-
uses: actions/cache@v4
84+
uses: actions/cache@v5
8585
with:
8686
path: ${{ env.COMPOSER_CACHE }}
8787
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Save coverage data
102102
if: ${{ matrix.php-versions == '8.5' }}
103-
uses: actions/upload-artifact@v5
103+
uses: actions/upload-artifact@v6
104104
with:
105105
name: coverage-data
106106
path: ${{ github.workspace }}/build
@@ -137,13 +137,13 @@ jobs:
137137
git config --global core.autocrlf false
138138
git config --global core.eol lf
139139
140-
- uses: actions/checkout@v5
140+
- uses: actions/checkout@v6
141141

142142
- name: Get composer cache directory
143143
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
144144

145145
- name: Cache composer dependencies
146-
uses: actions/cache@v4
146+
uses: actions/cache@v5
147147
with:
148148
path: ${{ env.COMPOSER_CACHE }}
149149
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -177,7 +177,7 @@ jobs:
177177
- name: Setup problem matchers for PHP
178178
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
179179

180-
- uses: actions/checkout@v5
180+
- uses: actions/checkout@v6
181181

182182
- name: Copy config.php.dist to config.php
183183
run: cp config/config.php.dist config/config.php
@@ -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: ${{ env.COMPOSER_CACHE }}
195195
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -262,7 +262,7 @@ jobs:
262262
- name: Setup problem matchers for PHP
263263
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
264264

265-
- uses: actions/checkout@v5
265+
- uses: actions/checkout@v6
266266

267267
- name: Copy config.php.dist to config.php
268268
run: cp config/config.php.dist config/config.php
@@ -274,7 +274,7 @@ jobs:
274274
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
275275

276276
- name: Cache composer dependencies
277-
uses: actions/cache@v4
277+
uses: actions/cache@v5
278278
with:
279279
path: ${{ env.COMPOSER_CACHE }}
280280
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -297,9 +297,9 @@ jobs:
297297
runs-on: [ubuntu-latest]
298298
needs: [unit-tests-linux]
299299
steps:
300-
- uses: actions/checkout@v5
300+
- uses: actions/checkout@v6
301301

302-
- uses: actions/download-artifact@v6
302+
- uses: actions/download-artifact@v7
303303
with:
304304
name: coverage-data
305305
path: ${{ github.workspace }}/build

.github/workflows/translations.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
php-version: '8.4'
3333
coverage: none
3434

35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
with:
3737
# token: ${{ secrets.PAT_TOKEN }}
3838
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -69,7 +69,7 @@ jobs:
6969
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
7070
run: zip build.zip -r .
7171

72-
- uses: actions/upload-artifact@v5
72+
- uses: actions/upload-artifact@v6
7373
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
7474
with:
7575
name: build
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: [ubuntu-latest]
8484

8585
steps:
86-
- uses: actions/download-artifact@v6
86+
- uses: actions/download-artifact@v7
8787
with:
8888
name: build
8989

0 commit comments

Comments
 (0)