Skip to content

Commit 80ac0a8

Browse files
authored
Merge pull request #18 from simplesamlphp/dependabot/github_actions/all-actions-76468cb07f
Bump actions/checkout from 5 to 6 in the all-actions group
2 parents 363477f + e7c09f2 commit 80ac0a8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.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@v5
72+
- uses: actions/checkout@v6
7373

7474
- name: Get composer cache directory
7575
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -132,7 +132,7 @@ jobs:
132132
git config --global core.autocrlf false
133133
git config --global core.eol lf
134134
135-
- uses: actions/checkout@v5
135+
- uses: actions/checkout@v6
136136

137137
- name: Get composer cache directory
138138
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@v5
172+
- uses: actions/checkout@v6
173173

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

233-
- uses: actions/checkout@v5
233+
- uses: actions/checkout@v6
234234

235235
- name: Get composer cache directory
236236
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -259,7 +259,7 @@ jobs:
259259
runs-on: [ubuntu-latest]
260260
needs: [unit-tests-linux]
261261
steps:
262-
- uses: actions/checkout@v5
262+
- uses: actions/checkout@v6
263263

264264
- uses: actions/download-artifact@v6
265265
with:

.github/workflows/reusable_linter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
node-version: latest
7171

7272
- name: Checkout Code
73-
uses: actions/checkout@v5
73+
uses: actions/checkout@v6
7474
with:
7575
fetch-depth: 0
7676
repository: ${{ inputs.repository }}
@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
- name: Checkout Code
94-
uses: actions/checkout@v5
94+
uses: actions/checkout@v6
9595
with:
9696
fetch-depth: 0
9797
repository: ${{ inputs.repository }}
@@ -111,7 +111,7 @@ jobs:
111111
node-version: latest
112112

113113
- name: Checkout Code
114-
uses: actions/checkout@v5
114+
uses: actions/checkout@v6
115115
with:
116116
fetch-depth: 0
117117
repository: ${{ inputs.repository }}
@@ -132,7 +132,7 @@ jobs:
132132

133133
steps:
134134
- name: Checkout Code
135-
uses: actions/checkout@v5
135+
uses: actions/checkout@v6
136136
with:
137137
fetch-depth: 0
138138
repository: ${{ inputs.repository }}

.github/workflows/reusable_phplinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: exit 1
3232

3333
- name: Checkout Code
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737
repository: ${{ inputs.repository }}

0 commit comments

Comments
 (0)