Skip to content

Commit c52234b

Browse files
authored
Merge pull request #24 from simplesamlphp/dependabot/github_actions/all-actions-b2f92cbb1e
Bump the all-actions group with 3 updates
2 parents 7637230 + 062ecee commit c52234b

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.1', '8.2', '8.3', '8.4']
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
@@ -70,7 +70,7 @@ jobs:
7070
git config --global core.autocrlf false
7171
git config --global core.eol lf
7272
73-
- uses: actions/checkout@v5
73+
- uses: actions/checkout@v6
7474

7575
- name: Get composer cache directory
7676
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -133,7 +133,7 @@ jobs:
133133
git config --global core.autocrlf false
134134
git config --global core.eol lf
135135
136-
- uses: actions/checkout@v5
136+
- uses: actions/checkout@v6
137137

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

173-
- uses: actions/checkout@v5
173+
- uses: actions/checkout@v6
174174

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

227-
- uses: actions/checkout@v5
227+
- uses: actions/checkout@v6
228228

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

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

0 commit comments

Comments
 (0)