Skip to content

Commit e713acc

Browse files
Bump the all-actions group across 1 directory with 5 updates
Bumps the all-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework) | `1.10.0` | `1.11.0` | | [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework) | `1.10.0` | `1.11.0` | | [actions/checkout](https://github.com/actions/checkout) | `5` | `6` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml` from 1.10.0 to 1.11.0 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.10.0...v1.11.0) Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml` from 1.10.0 to 1.11.0 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.10.0...v1.11.0) 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/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) --- updated-dependencies: - 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/checkout 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b036403 commit e713acc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/php.yml

Lines changed: 9 additions & 9 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.10.0
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.0
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.0
3434
with:
3535
enable_eslinter: false
3636
enable_jsonlinter: true
@@ -103,13 +103,13 @@ jobs:
103103
git config --global core.autocrlf false
104104
git config --global core.eol lf
105105
106-
- uses: actions/checkout@v5
106+
- uses: actions/checkout@v6
107107

108108
- name: Get composer cache directory
109109
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
110110

111111
- name: Cache composer dependencies
112-
uses: actions/cache@v4
112+
uses: actions/cache@v5
113113
with:
114114
path: $COMPOSER_CACHE
115115
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Save coverage data
130130
if: ${{ matrix.php-versions == '8.4' }}
131-
uses: actions/upload-artifact@v4
131+
uses: actions/upload-artifact@v6
132132
with:
133133
name: coverage-data
134134
path: ${{ github.workspace }}/build
@@ -151,13 +151,13 @@ jobs:
151151
- name: Setup problem matchers for PHP
152152
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
153153

154-
- uses: actions/checkout@v5
154+
- uses: actions/checkout@v6
155155

156156
- name: Get composer cache directory
157157
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
158158

159159
- name: Cache composer dependencies
160-
uses: actions/cache@v4
160+
uses: actions/cache@v5
161161
with:
162162
path: $COMPOSER_CACHE
163163
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -204,13 +204,13 @@ jobs:
204204
- name: Setup problem matchers for PHP
205205
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
206206

207-
- uses: actions/checkout@v5
207+
- uses: actions/checkout@v6
208208

209209
- name: Get composer cache directory
210210
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
211211

212212
- name: Cache composer dependencies
213-
uses: actions/cache@v4
213+
uses: actions/cache@v5
214214
with:
215215
path: $COMPOSER_CACHE
216216
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)