diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0b726ba..cfce248 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b #4.1.4 - 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b #4.1.4 - name: Build PHP container run: docker build --build-arg "PHP_VERSION=${{ matrix.php-version }}" -t php --file docker/Dockerfile docker/