diff --git a/README.md b/README.md index 41dbf5a..fda2d70 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ jobs: runs-on: ubuntu-latest # linux, because this is a docker-action steps: - name: check/update cake dependencies - uses: nils-org/dependabot-cake-action@v1 + uses: nils-org/dependabot-cake-action@v1.1.0 ``` ## Background diff --git a/action.yml b/action.yml index 5de651d..647c0f6 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,7 @@ inputs: runs: using: 'docker' - image: 'docker://ghcr.io/nils-org/dependabot-cake-action:1.1.0-GH-8.1' + image: 'docker://ghcr.io/nils-org/dependabot-cake-action:1.1.0 branding: icon: 'package' color: 'orange' \ No newline at end of file