Skip to content

Commit ca9d13f

Browse files
authored
Merge pull request #22 from simplesamlphp/dependabot/github_actions/all-actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the all-actions group
2 parents 75bdc04 + 5cdfdaf commit ca9d13f

2 files changed

Lines changed: 6 additions & 6 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: 5 additions & 5 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"
@@ -169,7 +169,7 @@ jobs:
169169
- name: Setup problem matchers for PHP
170170
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
171171

172-
- uses: actions/checkout@v4
172+
- uses: actions/checkout@v5
173173

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

224-
- uses: actions/checkout@v4
224+
- uses: actions/checkout@v5
225225

226226
- name: Get composer cache directory
227227
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -250,7 +250,7 @@ jobs:
250250
runs-on: [ubuntu-latest]
251251
needs: [unit-tests-linux]
252252
steps:
253-
- uses: actions/checkout@v4
253+
- uses: actions/checkout@v5
254254

255255
- uses: actions/download-artifact@v5
256256
with:

0 commit comments

Comments
 (0)