diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index 4f3493ec..9dd40b38 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -15,7 +15,7 @@ on: jobs: package: # See: https://github.com/NLnetLabs/ploutos - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v5 + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v6 secrets: DOCKER_HUB_ID: ${{ secrets.DOCKER_HUB_ID }} DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}