diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0b726ba..f30dda6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 #4.1.2 - name: Build PHP container run: docker build --build-arg "PHP_VERSION=8.2" -t php --file docker/Dockerfile docker/ @@ -41,7 +41,7 @@ jobs: php-version: ["7.2", "7.4", "8.0", "8.1", "8.2"] name: PHP v${{ matrix.php-version }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 #4.1.2 - name: Build PHP container run: docker build --build-arg "PHP_VERSION=${{ matrix.php-version }}" -t php --file docker/Dockerfile docker/