diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 787e713fc..18b45eb01 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -129,7 +129,7 @@ jobs: - name: Lint the release id: lint-action - uses: replicatedhq/action-kots-lint@v0.1.0 + uses: replicatedhq/action-kots-lint@v0.2.0 with: replicated-app: "schemahero-enterprise" replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }} diff --git a/.github/workflows/proaction.yaml b/.github/workflows/proaction.yaml index 598649a3f..b02226558 100644 --- a/.github/workflows/proaction.yaml +++ b/.github/workflows/proaction.yaml @@ -12,7 +12,7 @@ jobs: with: github-token: ${{secrets.GITHUB_TOKEN}} - - uses: peter-evans/create-pull-request@0837238 + - uses: peter-evans/create-pull-request@b11e4c6 with: commit-message: "[proaction] updating workflow" title: Updating workflow from Proaction