diff --git a/.github/workflows/issue_to_project.yml b/.github/workflows/issue_to_project.yml index eab2cda0..b6d6f01b 100644 --- a/.github/workflows/issue_to_project.yml +++ b/.github/workflows/issue_to_project.yml @@ -16,7 +16,7 @@ jobs: if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened') && github.event.issue.user.login != 'cq-bot' steps: - name: Move issue to ${{ env.todo }} - uses: leonsteinhaeuser/project-beta-automations@v2.0.0 + uses: leonsteinhaeuser/project-beta-automations@v2.0.1 with: gh_token: ${{ secrets.GH_CQ_BOT }} organization: cloudquery diff --git a/.github/workflows/lint_test.yml b/.github/workflows/lint_test.yml index 9b249968..280583b5 100644 --- a/.github/workflows/lint_test.yml +++ b/.github/workflows/lint_test.yml @@ -26,7 +26,7 @@ jobs: python-version: 3.7 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.3.0 + uses: helm/chart-testing-action@v2.3.1 - name: Run chart-testing (list-changed) id: list-changed diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae0ab5bc..f0944074 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,6 @@ jobs: helm repo add grafana https://grafana.github.io/helm-charts - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.4.0 + uses: helm/chart-releaser-action@v1.4.1 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"