diff --git a/.github/workflows/auto-release-on-master.yml b/.github/workflows/auto-release-on-master.yml index b3df5b9..3eee741 100644 --- a/.github/workflows/auto-release-on-master.yml +++ b/.github/workflows/auto-release-on-master.yml @@ -51,7 +51,7 @@ jobs: uses: jaxxstorm/action-install-gh-release@cd6b2b78ad38bdd294341cda064ec0692b06215b # v1.14.0 with: repo: carvel-dev/vendir - tag: v0.42.0 + tag: v0.43.0 extension-matching: disable chmod: 0755 rename-to: vendir diff --git a/.github/workflows/on-PRs-commits.yml b/.github/workflows/on-PRs-commits.yml index 531e762..fae7e75 100644 --- a/.github/workflows/on-PRs-commits.yml +++ b/.github/workflows/on-PRs-commits.yml @@ -35,7 +35,7 @@ jobs: uses: jaxxstorm/action-install-gh-release@cd6b2b78ad38bdd294341cda064ec0692b06215b # v1.14.0 with: repo: carvel-dev/vendir - tag: v0.42.0 + tag: v0.43.0 extension-matching: disable chmod: 0755 rename-to: vendir