Skip to content

Commit 3bd2565

Browse files
authored
Merge pull request #20 from simplesamlphp/dependabot/github_actions/all-actions-b2f92cbb1e
Bump the all-actions group with 3 updates
2 parents c047d23 + aee4899 commit 3bd2565

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
@@ -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"
@@ -134,7 +134,7 @@ jobs:
134134
git config --global core.autocrlf false
135135
git config --global core.eol lf
136136
137-
- uses: actions/checkout@v5
137+
- uses: actions/checkout@v6
138138

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

174-
- uses: actions/checkout@v5
174+
- uses: actions/checkout@v6
175175

176176
- name: Get composer cache directory
177177
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -225,7 +225,7 @@ jobs:
225225
- name: Setup problem matchers for PHP
226226
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
227227

228-
- uses: actions/checkout@v5
228+
- uses: actions/checkout@v6
229229

230230
- name: Get composer cache directory
231231
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -254,7 +254,7 @@ jobs:
254254
runs-on: [ubuntu-latest]
255255
needs: [unit-tests-linux]
256256
steps:
257-
- uses: actions/checkout@v5
257+
- uses: actions/checkout@v6
258258

259259
- uses: actions/download-artifact@v6
260260
with:

0 commit comments

Comments
 (0)