diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cee22f5..e1888de 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,7 @@ jobs: run: docker login ghcr.io -u ${{ github.repository_owner }} -p ${GITHUB_API_TOKEN} - name: Install Pack if: github.ref == 'refs/heads/main' - uses: buildpacks/github-actions/setup-pack@v5.7.4 + uses: buildpacks/github-actions/setup-pack@v5.8.3 - name: Pack Build if: github.ref == 'refs/heads/main' run: |