Skip to content

Commit 178216c

Browse files
Bump the all-actions group with 3 updates (#22)
Bumps the all-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework) and [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework). 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 `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml` from 1.10.4 to 1.10.5 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.10.4...v1.10.5) Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml` from 1.10.4 to 1.10.5 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.10.4...v1.10.5) --- updated-dependencies: - dependency-name: actions/checkout 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.10.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.10.5 dependency-type: direct:production update-type: version-update:semver-patch 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 f59c1a4 commit 178216c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/documentation.yml

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

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

.github/workflows/php.yml

Lines changed: 7 additions & 7 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.4
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.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.10.4
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.5
3434
with:
3535
enable_eslinter: false
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: Get composer cache directory
7575
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -131,7 +131,7 @@ jobs:
131131
git config --global core.autocrlf false
132132
git config --global core.eol lf
133133
134-
- uses: actions/checkout@v5
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"
@@ -167,7 +167,7 @@ jobs:
167167
- name: Setup problem matchers for PHP
168168
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
169169

170-
- uses: actions/checkout@v5
170+
- uses: actions/checkout@v6
171171

172172
- name: Get composer cache directory
173173
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -219,7 +219,7 @@ jobs:
219219
- name: Setup problem matchers for PHP
220220
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
221221

222-
- uses: actions/checkout@v5
222+
- uses: actions/checkout@v6
223223

224224
- name: Get composer cache directory
225225
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -248,7 +248,7 @@ jobs:
248248
runs-on: [ubuntu-latest]
249249
needs: [unit-tests-linux]
250250
steps:
251-
- uses: actions/checkout@v5
251+
- uses: actions/checkout@v6
252252

253253
- uses: actions/download-artifact@v6
254254
with:

0 commit comments

Comments
 (0)