Skip to content

Commit 86eaca6

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

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/phpfixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
#install PHP dependencies
2626
- name: Setup PHP
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3636

3737
- name: Cache composer dependencies
38-
uses: actions/cache@v5
38+
uses: actions/cache@v6
3939
with:
4040
path: ${{ steps.composer-cache.outputs.dir }}
4141
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -51,7 +51,7 @@ jobs:
5151
node-version: '22'
5252

5353
- name: Cache node_modules
54-
uses: actions/cache@v5
54+
uses: actions/cache@v6
5555
with:
5656
path: ~/.npm
5757
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)