From 185fd5454a9e0fa29be0880e6f86a414c1f3fb80 Mon Sep 17 00:00:00 2001 From: antoine-gaillard <31884168+antoine-gaillard@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:38:44 +0100 Subject: [PATCH] [local] Pin major version to 1 for the sync workflow --- .github/workflows/sync.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index e0d090975..4f36c216b 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -13,9 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Create upstream version tag - uses: DataDog/sync-upstream-release-tag@v0.3.3 + uses: DataDog/sync-upstream-release-tag@main with: github_actor: "${GITHUB_ACTOR}" github_repository: "${GITHUB_REPOSITORY}" github_token: ${{ secrets.GITHUB_TOKEN }} upstream_repo: kubernetes-sigs/gcp-compute-persistent-disk-csi-driver + major_version: "1"