Skip to content

Commit 25a5bea

Browse files
authored
Merge pull request #10 from simplesamlphp/dependabot/github_actions/all-actions-7921bc0373
Bump the all-actions group with 2 updates
2 parents e0aa1cf + 038b64c commit 25a5bea

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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@v4
22+
- uses: actions/checkout@v5
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
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ['ubuntu-latest']
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
# super-linter needs the full git history to get the
2525
# list of files that changed across commits
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup problem matchers for PHP
5858
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
5959

60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161

6262
- name: Get composer cache directory
6363
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -113,7 +113,7 @@ jobs:
113113
- name: Setup problem matchers for PHP
114114
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
115115

116-
- uses: actions/checkout@v4
116+
- uses: actions/checkout@v5
117117

118118
- name: Get composer cache directory
119119
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -170,7 +170,7 @@ jobs:
170170
git config --global core.autocrlf false
171171
git config --global core.eol lf
172172
173-
- uses: actions/checkout@v4
173+
- uses: actions/checkout@v5
174174

175175
- name: Get composer cache directory
176176
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -236,7 +236,7 @@ jobs:
236236
git config --global core.autocrlf false
237237
git config --global core.eol lf
238238
239-
- uses: actions/checkout@v4
239+
- uses: actions/checkout@v5
240240

241241
- name: Get composer cache directory
242242
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -262,9 +262,9 @@ jobs:
262262
runs-on: [ubuntu-latest]
263263
needs: [unit-tests-linux]
264264
steps:
265-
- uses: actions/checkout@v4
265+
- uses: actions/checkout@v5
266266

267-
- uses: actions/download-artifact@v4
267+
- uses: actions/download-artifact@v5
268268
with:
269269
name: coverage-data
270270
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)