diff --git a/.github/workflows/docker-builder.yml b/.github/workflows/docker-builder.yml index 21c140f..8f0b308 100644 --- a/.github/workflows/docker-builder.yml +++ b/.github/workflows/docker-builder.yml @@ -14,7 +14,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Extract matrix id: set-matrix run: | @@ -34,7 +34,7 @@ jobs: echo ::set-output name=tag::${GITHUB_REF/refs\/heads\//} fi - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Docker info shell: bash run: docker info @@ -76,7 +76,7 @@ jobs: echo ::set-output name=tag::${GITHUB_REF/refs\/heads\//} fi - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Docker info shell: bash run: docker info