Skip to content

Commit 7409429

Browse files
Bump the all-actions group across 1 directory with 4 updates
Bumps the all-actions group with 4 updates in the / directory: [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework), [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework), [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml` from 1.10.0 to 1.10.6 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.10.0...v1.10.6) Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml` from 1.10.0 to 1.10.6 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.10.0...v1.10.6) 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 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - 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-patch 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-patch 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: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b036403 commit 7409429

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/php.yml

Lines changed: 6 additions & 6 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.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.10.0
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.6
3434
with:
3535
enable_eslinter: false
3636
enable_jsonlinter: true
@@ -103,7 +103,7 @@ 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"
@@ -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@v5
132132
with:
133133
name: coverage-data
134134
path: ${{ github.workspace }}/build
@@ -151,7 +151,7 @@ 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"
@@ -204,7 +204,7 @@ 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"

0 commit comments

Comments
 (0)