Skip to content

Commit 932638f

Browse files
authored
Merge pull request #14 from simplesamlphp/dependabot/github_actions/all-actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the all-actions group
2 parents f85c3c7 + 21ab677 commit 932638f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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@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
@@ -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"
@@ -125,7 +125,7 @@ jobs:
125125
- name: Setup problem matchers for PHP
126126
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
127127

128-
- uses: actions/checkout@v4
128+
- uses: actions/checkout@v5
129129

130130
- name: Get composer cache directory
131131
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -184,7 +184,7 @@ jobs:
184184
git config --global core.autocrlf false
185185
git config --global core.eol lf
186186
187-
- uses: actions/checkout@v4
187+
- uses: actions/checkout@v5
188188

189189
- name: Get composer cache directory
190190
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -246,7 +246,7 @@ jobs:
246246
git config --global core.autocrlf false
247247
git config --global core.eol lf
248248
249-
- uses: actions/checkout@v4
249+
- uses: actions/checkout@v5
250250

251251
- name: Get composer cache directory
252252
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -269,7 +269,7 @@ jobs:
269269
runs-on: [ubuntu-latest]
270270
needs: [unit-tests-linux]
271271
steps:
272-
- uses: actions/checkout@v4
272+
- uses: actions/checkout@v5
273273

274274
- uses: actions/download-artifact@v5
275275
with:

0 commit comments

Comments
 (0)