Skip to content

Commit dccc64b

Browse files
Bump the all-actions group with 3 updates (#60)
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.3 to 1.10.5 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.10.3...v1.10.5) Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml` from 1.10.3 to 1.10.5 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.10.3...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 21418f7 commit dccc64b

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
@@ -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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
php-version: ['8.1', '8.2', '8.3', '8.4']
2222

23-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.3
23+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.5
2424
with:
2525
php-version: ${{ matrix.php-version }}
2626

@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131

32-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.3
32+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.5
3333
with:
3434
enable_eslinter: true
3535
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"
@@ -132,7 +132,7 @@ jobs:
132132
git config --global core.autocrlf false
133133
git config --global core.eol lf
134134
135-
- uses: actions/checkout@v5
135+
- uses: actions/checkout@v6
136136

137137
- name: Get composer cache directory
138138
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -168,7 +168,7 @@ jobs:
168168
- name: Setup problem matchers for PHP
169169
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
170170

171-
- uses: actions/checkout@v5
171+
- uses: actions/checkout@v6
172172

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

225-
- uses: actions/checkout@v5
225+
- uses: actions/checkout@v6
226226

227227
- name: Get composer cache directory
228228
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -251,7 +251,7 @@ jobs:
251251
runs-on: [ubuntu-latest]
252252
needs: [unit-tests-linux]
253253
steps:
254-
- uses: actions/checkout@v5
254+
- uses: actions/checkout@v6
255255

256256
- uses: actions/download-artifact@v6
257257
with:

0 commit comments

Comments
 (0)