Skip to content

Commit 7d3f6af

Browse files
authored
Merge pull request #26 from simplesamlphp/dependabot/github_actions/all-actions-b2f92cbb1e
Bump the all-actions group with 3 updates
2 parents d6ead1e + a55c6ce commit 7d3f6af

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: true
3636
enable_jsonlinter: true
@@ -74,7 +74,7 @@ jobs:
7474
git config --global core.autocrlf false
7575
git config --global core.eol lf
7676
77-
- uses: actions/checkout@v5
77+
- uses: actions/checkout@v6
7878

7979
- name: Get composer cache directory
8080
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -136,7 +136,7 @@ jobs:
136136
git config --global core.autocrlf false
137137
git config --global core.eol lf
138138
139-
- uses: actions/checkout@v5
139+
- uses: actions/checkout@v6
140140

141141
- name: Get composer cache directory
142142
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -177,7 +177,7 @@ jobs:
177177
- name: Setup problem matchers for PHP
178178
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
179179

180-
- uses: actions/checkout@v5
180+
- uses: actions/checkout@v6
181181

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

234-
- uses: actions/checkout@v5
234+
- uses: actions/checkout@v6
235235

236236
- name: Get composer cache directory
237237
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -260,7 +260,7 @@ jobs:
260260
runs-on: [ubuntu-latest]
261261
needs: [unit-tests-linux]
262262
steps:
263-
- uses: actions/checkout@v5
263+
- uses: actions/checkout@v6
264264

265265
- uses: actions/download-artifact@v6
266266
with:

0 commit comments

Comments
 (0)