Skip to content

Commit 3f7eb6d

Browse files
authored
upgrade
1 parent 73ff583 commit 3f7eb6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
# Cache composer dependencies
6868
- id: cache-spc-composer-deps
69-
uses: actions/cache@v3
69+
uses: actions/cache@v4
7070
with:
7171
path: ../static-php-cli/vendor
7272
key: composer-dependencies
@@ -96,7 +96,7 @@ jobs:
9696
9797
# Cache downloaded source
9898
- id: cache-spc-downloads
99-
uses: actions/cache@v3
99+
uses: actions/cache@v4
100100
with:
101101
path: ../static-php-cli/downloads
102102
key: spc-downloads-${{ env.PHP_EXT_HASH }}
@@ -122,7 +122,7 @@ jobs:
122122
cp ../static-php-cli/buildroot/build-*.json build-meta/
123123
124124
- name: Create Pull Request
125-
uses: peter-evans/create-pull-request@v5
125+
uses: peter-evans/create-pull-request@v7
126126
with:
127127
branch: update-php-${{ matrix.version }}-${{ env.SPC_BUILD_OS }}-${{ env.SPC_BUILD_ARCH }}
128128
title: "Update PHP ${{ matrix.version }} build for ${{ env.SPC_BUILD_OS }} ${{ env.SPC_BUILD_ARCH }}"

0 commit comments

Comments
 (0)