Skip to content

Commit

Permalink
Update and test against smocker 0.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchurm authored Nov 17, 2023
1 parent 846ab6a commit f714305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-tag-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f714305

Please sign in to comment.