Skip to content

Commit 2c41ab7

Browse files
authored
Merge pull request #96 from simplesamlphp/dependabot/github_actions/all-actions-640176b5ab
Bump actions/checkout from 6 to 7 in the all-actions group
2 parents 34b1016 + 628e45c commit 2c41ab7

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@v6
22+
- uses: actions/checkout@v7
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
@@ -71,7 +71,7 @@ jobs:
7171
git config --global core.autocrlf false
7272
git config --global core.eol lf
7373
74-
- uses: actions/checkout@v6
74+
- uses: actions/checkout@v7
7575

7676
- name: Get composer cache directory
7777
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -143,7 +143,7 @@ jobs:
143143
git config --global core.autocrlf false
144144
git config --global core.eol lf
145145
146-
- uses: actions/checkout@v6
146+
- uses: actions/checkout@v7
147147

148148
- name: Get composer cache directory
149149
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -191,7 +191,7 @@ jobs:
191191
- name: Setup problem matchers for PHP
192192
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
193193

194-
- uses: actions/checkout@v6
194+
- uses: actions/checkout@v7
195195

196196
- name: Get composer cache directory
197197
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -254,7 +254,7 @@ jobs:
254254
- name: Setup problem matchers for PHP
255255
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
256256

257-
- uses: actions/checkout@v6
257+
- uses: actions/checkout@v7
258258

259259
- name: Get composer cache directory
260260
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -292,7 +292,7 @@ jobs:
292292
runs-on: [ubuntu-latest]
293293
needs: [unit-tests-linux]
294294
steps:
295-
- uses: actions/checkout@v6
295+
- uses: actions/checkout@v7
296296

297297
- uses: actions/download-artifact@v8
298298
with:

0 commit comments

Comments
 (0)