Skip to content

Commit 14de79f

Browse files
dependabot[bot]trasher
authored andcommitted
Bump the github-actions-all group with 2 updates
Bumps the github-actions-all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5845886 commit 14de79f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
coverage: ${{ matrix.coverage }}
3636

3737
- name: Checkout Galette core
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939
with:
4040
repository: galette/galette
4141
path: galette-core
4242
fetch-depth: 1
4343
ref: develop
4444

4545
- name: Checkout plugin
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6
4747
with:
4848
path: galette-core/galette/plugins/plugin-auto
4949

@@ -53,7 +53,7 @@ jobs:
5353
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
5454
5555
- name: Cache dependencies
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: ${{ steps.composer-cache.outputs.dir }}
5959
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -174,7 +174,7 @@ jobs:
174174
php-version: ${{ matrix.php-version }}
175175

176176
- name: Checkout plugin
177-
uses: actions/checkout@v4
177+
uses: actions/checkout@v6
178178
with:
179179
path: galette-core/galette/plugins/plugin-auto
180180

0 commit comments

Comments
 (0)