diff --git a/.github/workflows/core.yaml b/.github/workflows/core.yaml index 49426cf..fea9f29 100644 --- a/.github/workflows/core.yaml +++ b/.github/workflows/core.yaml @@ -8,7 +8,7 @@ on: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - VERSION: v2 + VERSION: v3 jobs: gitlabflow: diff --git a/README.md b/README.md index b50828d..724982f 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v4 - name: Run Gitlabflow CD Action - uses: edenlabllc/gitlabflow.cd.action@v2 + uses: edenlabllc/gitlabflow.cd.action@v3 with: github_token_repo_full_access: ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }} cluster_provider_credentials: ${{ secrets.CLUSTER_PROVIDER_CREDENTIALS }} diff --git a/examples/cluster-provision.yaml b/examples/cluster-provision.yaml index e1eae85..3df42b9 100644 --- a/examples/cluster-provision.yaml +++ b/examples/cluster-provision.yaml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Run gitlabflow action - uses: edenlabllc/gitlabflow.cd.action@v2 + uses: edenlabllc/gitlabflow.cd.action@v3 with: cluster_provider_credentials: ${{ secrets.CLUSTER_PROVIDER_CREDENTIALS }} github_token_repo_full_access: ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }} diff --git a/examples/helmfile-template-validate.yaml b/examples/helmfile-template-validate.yaml index 34b5dd5..0e62812 100644 --- a/examples/helmfile-template-validate.yaml +++ b/examples/helmfile-template-validate.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Run gitlabflow action - uses: edenlabllc/gitlabflow.cd.action@v2 + uses: edenlabllc/gitlabflow.cd.action@v3 with: cluster_provider_credentials: ${{ secrets.CLUSTER_PROVIDER_CREDENTIALS }} github_token_repo_full_access: ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }} diff --git a/examples/project-update.yaml b/examples/project-update.yaml index 4259458..5cb0e43 100644 --- a/examples/project-update.yaml +++ b/examples/project-update.yaml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Run gitlabflow action - uses: edenlabllc/gitlabflow.cd.action@v2 + uses: edenlabllc/gitlabflow.cd.action@v3 with: allowed_environments: develop cluster_provider_credentials: ${{ secrets.CLUSTER_PROVIDER_CREDENTIALS }} diff --git a/examples/release-sync.yaml b/examples/release-sync.yaml index 8d30a3c..00a37f7 100644 --- a/examples/release-sync.yaml +++ b/examples/release-sync.yaml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Run gitlabflow action - uses: edenlabllc/gitlabflow.cd.action@v2 + uses: edenlabllc/gitlabflow.cd.action@v3 with: allowed_environments: develop,staging cluster_provider_credentials: ${{ secrets.CLUSTER_PROVIDER_CREDENTIALS }} diff --git a/examples/release-update.yaml b/examples/release-update.yaml index b56fb2c..ef7b744 100644 --- a/examples/release-update.yaml +++ b/examples/release-update.yaml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Run gitlabflow action - uses: edenlabllc/gitlabflow.cd.action@v2 + uses: edenlabllc/gitlabflow.cd.action@v3 with: allowed_environments: develop cluster_provider_credentials: ${{ secrets.CLUSTER_PROVIDER_CREDENTIALS }} diff --git a/requirements.txt b/requirements.txt index 0a94613..5ec8b05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ PyGithub~=2.5.0 slack_sdk~=3.34.0 packaging~=24.2 -git+https://github.com/edenlabllc/github_actions.common.git@v1#egg=github_actions.common +git+https://github.com/edenlabllc/github_actions.common.git@v2#egg=github_actions.common