diff --git a/.github/workflows/auto-tag-main.yml b/.github/workflows/auto-tag-main.yml index f521642..51db046 100644 --- a/.github/workflows/auto-tag-main.yml +++ b/.github/workflows/auto-tag-main.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: "0" - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.64.0 + uses: anothrNick/github-tag-action@1.67.0 env: DEFAULT_BUMP: patch GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/Makefile b/Makefile index 765353c..338dff9 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ coverage: update_deps: go get -t -u ./... -SMOCKER_VERSION=0.18.2 +SMOCKER_VERSION=0.18.5 start-smocker: docker run -d \