Skip to content

Commit 37c21ce

Browse files
Bump the all-actions group with 3 updates (#74)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5c7c1d commit 37c21ce

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
@@ -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/[email protected].4
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].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/[email protected].4
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].5
3434
with:
3535
enable_eslinter: false
3636
enable_jsonlinter: true
@@ -72,7 +72,7 @@ jobs:
7272
git config --global core.autocrlf false
7373
git config --global core.eol lf
7474
75-
- uses: actions/checkout@v5
75+
- uses: actions/checkout@v6
7676

7777
- name: Get composer cache directory
7878
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -137,7 +137,7 @@ 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"
@@ -175,7 +175,7 @@ jobs:
175175
- name: Setup problem matchers for PHP
176176
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
177177

178-
- uses: actions/checkout@v5
178+
- uses: actions/checkout@v6
179179

180180
- name: Get composer cache directory
181181
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -229,7 +229,7 @@ jobs:
229229
- name: Setup problem matchers for PHP
230230
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
231231

232-
- uses: actions/checkout@v5
232+
- uses: actions/checkout@v6
233233

234234
- name: Get composer cache directory
235235
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -258,7 +258,7 @@ jobs:
258258
runs-on: [ubuntu-latest]
259259
needs: [unit-tests-linux]
260260
steps:
261-
- uses: actions/checkout@v5
261+
- uses: actions/checkout@v6
262262

263263
- uses: actions/download-artifact@v6
264264
with:

0 commit comments

Comments
 (0)