diff --git a/.github/workflows/build-auxiliary-images.yml b/.github/workflows/build-auxiliary-images.yml index 8e72149..417fff7 100644 --- a/.github/workflows/build-auxiliary-images.yml +++ b/.github/workflows/build-auxiliary-images.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Login to DockerHub uses: docker/login-action@v2 diff --git a/.github/workflows/build-integration-images.yml b/.github/workflows/build-integration-images.yml index bc1e2ec..fecdf6c 100644 --- a/.github/workflows/build-integration-images.yml +++ b/.github/workflows/build-integration-images.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Login to DockerHub uses: docker/login-action@v2 diff --git a/.github/workflows/build-php-images.yml b/.github/workflows/build-php-images.yml index 7ee5f6b..3ff52e5 100644 --- a/.github/workflows/build-php-images.yml +++ b/.github/workflows/build-php-images.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Login to DockerHub uses: docker/login-action@v2