Skip to content

Commit e690ced

Browse files
authored
Merge pull request #9 from simplesamlphp/dependabot/github_actions/all-actions-7921bc0373
Bump the all-actions group with 2 updates
2 parents 77f6b22 + fb48320 commit e690ced

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/php.yml

Lines changed: 6 additions & 6 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"
@@ -132,7 +132,7 @@ jobs:
132132
git config --global core.autocrlf false
133133
git config --global core.eol lf
134134
135-
- uses: actions/checkout@v4
135+
- uses: actions/checkout@v5
136136

137137
- name: Get composer cache directory
138138
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
@@ -168,7 +168,7 @@ jobs:
168168
- name: Setup problem matchers for PHP
169169
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
170170

171-
- uses: actions/checkout@v4
171+
- uses: actions/checkout@v5
172172

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

229-
- uses: actions/checkout@v4
229+
- uses: actions/checkout@v5
230230

231231
- name: Get composer cache directory
232232
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
@@ -255,9 +255,9 @@ jobs:
255255
runs-on: [ubuntu-latest]
256256
needs: [unit-tests-linux]
257257
steps:
258-
- uses: actions/checkout@v4
258+
- uses: actions/checkout@v5
259259

260-
- uses: actions/download-artifact@v4
260+
- uses: actions/download-artifact@v5
261261
with:
262262
name: coverage-data
263263
path: ${{ github.workspace }}/build

.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@v4
73+
uses: actions/checkout@v5
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@v4
94+
uses: actions/checkout@v5
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@v4
114+
uses: actions/checkout@v5
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@v4
135+
uses: actions/checkout@v5
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@v4
34+
uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
3737
repository: ${{ inputs.repository }}

0 commit comments

Comments
 (0)