diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c428ea5d8..4b7a3ad2c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: with: go-version-file: 'go.mod' - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter with: filters: | @@ -78,7 +78,7 @@ jobs: # - name: Login to the ${{ env.DOCKER_REGISTRY }} Container Registry if: env.PUSH_TO_MAIN == 'true' && steps.filter.outputs.docker == 'true' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.DOCKER_REGISTRY }} username: ${{ github.actor }}