Skip to content

Commit 6468278

Browse files
Bump the all-actions group across 1 directory with 2 updates
Bumps the all-actions group with 2 updates in the / directory: [simplesamlphp/simplesamlphp-test-framework](https://github.com/simplesamlphp/simplesamlphp-test-framework) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `simplesamlphp/simplesamlphp-test-framework` from 1.9.2 to 1.9.3 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.9.2...v1.9.3) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: simplesamlphp/simplesamlphp-test-framework dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55e015f commit 6468278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
php-version: ['8.1', '8.2', '8.3', '8.4']
2323

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].2
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].3
2525
with:
2626
php-version: ${{ matrix.php-version }}
2727

@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232

33-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].2
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].3
3434
with:
3535
enable_eslinter: false
3636
enable_jsonlinter: true
@@ -266,7 +266,7 @@ jobs:
266266
steps:
267267
- uses: actions/checkout@v4
268268

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

0 commit comments

Comments
 (0)