File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
67
67
# Cache composer dependencies
68
68
- id : cache-spc-composer-deps
69
- uses : actions/cache@v3
69
+ uses : actions/cache@v4
70
70
with :
71
71
path : ../static-php-cli/vendor
72
72
key : composer-dependencies
96
96
97
97
# Cache downloaded source
98
98
- id : cache-spc-downloads
99
- uses : actions/cache@v3
99
+ uses : actions/cache@v4
100
100
with :
101
101
path : ../static-php-cli/downloads
102
102
key : spc-downloads-${{ env.PHP_EXT_HASH }}
@@ -122,7 +122,7 @@ jobs:
122
122
cp ../static-php-cli/buildroot/build-*.json build-meta/
123
123
124
124
- name : Create Pull Request
125
- uses : peter-evans/create-pull-request@v5
125
+ uses : peter-evans/create-pull-request@v7
126
126
with :
127
127
branch : update-php-${{ matrix.version }}-${{ env.SPC_BUILD_OS }}-${{ env.SPC_BUILD_ARCH }}
128
128
title : " Update PHP ${{ matrix.version }} build for ${{ env.SPC_BUILD_OS }} ${{ env.SPC_BUILD_ARCH }}"
You can’t perform that action at this time.
0 commit comments