Skip to content

Commit feaef2c

Browse files
authored
Merge pull request #18 from simplesamlphp/dependabot/github_actions/all-actions-34a2a67da6
Bump the all-actions group with 4 updates
2 parents ba2eb84 + 7d76920 commit feaef2c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/autolock-conversations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
action:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: dessant/lock-threads@v5
21+
- uses: dessant/lock-threads@v6
2222
with:
2323
issue-inactive-days: '90'
2424
pr-inactive-days: '90'

.github/workflows/php.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
7777

7878
- name: Cache composer dependencies
79-
uses: actions/cache@v4
79+
uses: actions/cache@v5
8080
with:
8181
path: ${{ env.COMPOSER_CACHE }}
8282
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Save coverage data
100100
if: ${{ matrix.php-versions == '8.5' && matrix.jwt-version == '^4.0.2' }}
101-
uses: actions/upload-artifact@v5
101+
uses: actions/upload-artifact@v6
102102
with:
103103
name: coverage-data
104104
path: ${{ github.workspace }}/build
@@ -142,7 +142,7 @@ jobs:
142142
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
143143

144144
- name: Cache composer dependencies
145-
uses: actions/cache@v4
145+
uses: actions/cache@v5
146146
with:
147147
path: ${{ env.COMPOSER_CACHE }}
148148
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -183,7 +183,7 @@ jobs:
183183
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
184184

185185
- name: Cache composer dependencies
186-
uses: actions/cache@v4
186+
uses: actions/cache@v5
187187
with:
188188
path: ${{ env.COMPOSER_CACHE }}
189189
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -241,7 +241,7 @@ jobs:
241241
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
242242

243243
- name: Cache composer dependencies
244-
uses: actions/cache@v4
244+
uses: actions/cache@v5
245245
with:
246246
path: ${{ env.COMPOSER_CACHE }}
247247
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -266,7 +266,7 @@ jobs:
266266
steps:
267267
- uses: actions/checkout@v6
268268

269-
- uses: actions/download-artifact@v6
269+
- uses: actions/download-artifact@v7
270270
with:
271271
name: coverage-data
272272
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)