Skip to content

Commit 7acef9c

Browse files
dependabot[bot]trasher
authored andcommitted
Bump the github-actions-all group with 3 updates
Bumps the github-actions-all group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/setup-node](https://github.com/actions/setup-node). 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) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- 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 - dependency-name: actions/setup-node dependency-version: '6' 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 eefc700 commit 7acef9c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-linux.yml

Lines changed: 5 additions & 5 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-events
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') }}
@@ -91,7 +91,7 @@ jobs:
9191
../../vendor/bin/docheader --docheader=../../../.docheader check lib ./*.php
9292
9393
- name: Install Node
94-
uses: actions/setup-node@v4
94+
uses: actions/setup-node@v6
9595

9696
- name: Build JS
9797
run: |
@@ -183,7 +183,7 @@ jobs:
183183
php-version: ${{ matrix.php-version }}
184184

185185
- name: Checkout plugin
186-
uses: actions/checkout@v4
186+
uses: actions/checkout@v6
187187
with:
188188
path: galette-core/galette/plugins/plugin-events
189189

0 commit comments

Comments
 (0)