Skip to content

Commit f3a20b1

Browse files
authored
Merge pull request #27 from simplesamlphp/dependabot/github_actions/all-actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the all-actions group
2 parents a5e57e1 + 420031a commit f3a20b1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 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
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup problem matchers for PHP
6060
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
6161

62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v5
6363

6464
- name: Get composer cache directory
6565
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -124,7 +124,7 @@ jobs:
124124
- name: Setup problem matchers for PHP
125125
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
126126

127-
- uses: actions/checkout@v4
127+
- uses: actions/checkout@v5
128128

129129
- name: Get composer cache directory
130130
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -180,7 +180,7 @@ jobs:
180180
git config --global core.autocrlf false
181181
git config --global core.eol lf
182182
183-
- uses: actions/checkout@v4
183+
- uses: actions/checkout@v5
184184

185185
- name: Get composer cache directory
186186
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -242,7 +242,7 @@ jobs:
242242
git config --global core.autocrlf false
243243
git config --global core.eol lf
244244
245-
- uses: actions/checkout@v4
245+
- uses: actions/checkout@v5
246246

247247
- name: Get composer cache directory
248248
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -265,7 +265,7 @@ jobs:
265265
runs-on: [ubuntu-latest]
266266
needs: [unit-tests-linux]
267267
steps:
268-
- uses: actions/checkout@v4
268+
- uses: actions/checkout@v5
269269

270270
- uses: actions/download-artifact@v5
271271
with:

0 commit comments

Comments
 (0)