8181 run : echo "date=$(/bin/date -u --date='last Mon' "+%F")" >> "$GITHUB_OUTPUT"
8282
8383 - name : Cache PHP Static Analysis scan cache
84- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
84+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8585 with :
8686 path : tests/_output # This is defined in the base.neon file.
8787 key : ' phpstan-result-cache-${{ runner.os }}-date-${{ steps.get-date.outputs.date }}'
@@ -107,15 +107,15 @@ jobs:
107107 run : mkdir -p ~/.wp-env/downloads
108108
109109 - name : Cache WordPress downloads
110- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
110+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
111111 with :
112112 path : ~/.wp-env/downloads
113113 key : ${{ runner.os }}-wp-env-downloads-${{ hashFiles('.wp-env.json') }}
114114 restore-keys : |
115115 ${{ runner.os }}-wp-env-downloads-
116116
117117 - name : Cache WordPress Plugins
118- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
118+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
119119 with :
120120 path : |
121121 tests/_data/plugins
@@ -130,7 +130,7 @@ jobs:
130130 echo GF_KEY=${{ secrets.GF_KEY }} >> .env
131131
132132 - name : Start the Docker testing environment
133- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3 .0.2
133+ uses : nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4 .0.0
134134 with :
135135 timeout_minutes : 10
136136 max_attempts : 3
@@ -142,7 +142,7 @@ jobs:
142142 run : phpstan analyse -vvv --error-format=checkstyle | cs2pr
143143
144144 - name : Save result cache
145- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
145+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
146146 if : ${{ !cancelled() }}
147147 with :
148148 path : tests/_output
0 commit comments