Skip to content

Commit 9bd6ccc

Browse files
authored
Merge pull request #9 from simplesamlphp/dependabot/github_actions/all-actions-7921bc0373
Bump the all-actions group with 2 updates
2 parents 314ae80 + 7313e0b commit 9bd6ccc

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: [ubuntu-latest]
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: Lint markdown files
2323
uses: nosborn/github-action-markdown-cli@v3

.github/workflows/php.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
git config --global core.autocrlf false
7070
git config --global core.eol lf
7171
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v5
7373

7474
- name: Get composer cache directory
7575
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -131,7 +131,7 @@ jobs:
131131
git config --global core.autocrlf false
132132
git config --global core.eol lf
133133
134-
- uses: actions/checkout@v4
134+
- uses: actions/checkout@v5
135135

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

170-
- uses: actions/checkout@v4
170+
- uses: actions/checkout@v5
171171

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

222-
- uses: actions/checkout@v4
222+
- uses: actions/checkout@v5
223223

224224
- name: Get composer cache directory
225225
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -248,9 +248,9 @@ jobs:
248248
runs-on: [ubuntu-latest]
249249
needs: [unit-tests-linux]
250250
steps:
251-
- uses: actions/checkout@v4
251+
- uses: actions/checkout@v5
252252

253-
- uses: actions/download-artifact@v4
253+
- uses: actions/download-artifact@v5
254254
with:
255255
name: coverage-data
256256
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)