Skip to content

Commit ca085c8

Browse files
authored
Merge pull request #84 from roadrunner-server/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 77461f4 + 6560b9c commit ca085c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4343
4444
- name: Init Composer Cache # Docs: <https://git.io/JfAKn#php---composer>
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: ${{ steps.composer-cache.outputs.dir }}
4848
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}
@@ -52,7 +52,7 @@ jobs:
5252
run: cd tests/php_test_files && composer update --prefer-dist --no-progress --ansi
5353

5454
- name: Init Go modules Cache # Docs: <https://git.io/JfAKn#go---modules>
55-
uses: actions/cache@v4
55+
uses: actions/cache@v5
5656
with:
5757
path: ~/go/pkg/mod
5858
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)