@@ -38,18 +38,18 @@ jobs:
3838 # This prevents workflow runs from being marked as "failed" when only PHP 8.1 fails.
3939 #
4040 # Performs the following steps:
41- # - Set environment variables.
41+ # - Sets environment variables.
4242 # - Sets up the environment variables needed for testing with memcached (if desired).
43- # - Installs NodeJS 14 .
43+ # - Installs NodeJS.
4444 # - Installs NPM dependencies
4545 # - Configures caching for Composer.
46- # - Installs Composer dependencies (if desired) .
47- # - Logs Docker debug information (about both the Docker installation within the runner).
46+ # - Installs Composer dependencies.
47+ # - Logs Docker debug information (about the Docker installation within the runner).
4848 # - Starts the WordPress Docker container.
49- # - Starts the memcached server after the Docker network has been created (if desired).
50- # - Logs WordPress Docker container debug information.
51- # - Logs debug general information.
49+ # - Starts the Memcached server after the Docker network has been created (if desired).
50+ # - Logs general debug information about the runner.
5251 # - Logs the running Docker containers.
52+ # - Logs debug information from inside the WordPress Docker container.
5353 # - Logs debug information about what's installed within the WordPress Docker containers.
5454 # - Install WordPress within the Docker container.
5555 # - Run the PHPUnit tests.
@@ -110,10 +110,10 @@ jobs:
110110 echo "PHP_FPM_GID=$(id -g)" >> $GITHUB_ENV
111111
112112 - name : Checkout repository
113- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
113+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
114114
115115 - name : Install NodeJS
116- uses : actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1 .0
116+ uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3 .0
117117 with :
118118 node-version-file : ' .nvmrc'
119119 cache : npm
@@ -132,7 +132,7 @@ jobs:
132132 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
133133
134134 - name : Cache Composer dependencies
135- uses : actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # v3.0.1
135+ uses : actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4
136136 env :
137137 cache-name : cache-composer-dependencies
138138 with :
@@ -231,7 +231,7 @@ jobs:
231231
232232 - name : Checkout the WordPress Test Reporter
233233 if : ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && matrix.report }}
234- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
234+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
235235 with :
236236 repository : ' WordPress/phpunit-test-runner'
237237 path : ' test-runner'
0 commit comments