diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index deab079c..0ea450c8 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -91,7 +91,7 @@ jobs: fi - name: "Create or Update PR Comment" - uses: im-open/update-pr-comment@v1.1.3 + uses: im-open/update-pr-comment@v1.2.2 if: ${{ always() && github.event_name == 'pull_request' }} with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -132,7 +132,7 @@ jobs: fi - name: "Create or Update PR Comment" - uses: im-open/update-pr-comment@v1.1.3 + uses: im-open/update-pr-comment@v1.2.2 if: ${{ always() && github.event_name == 'pull_request' }} with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 0f32b035..0d0aeb0a 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 # used by GitVersion to find the most recent tag outside of this branch - name: Get version - uses: reecetech/version-increment@2023.10.1 + uses: reecetech/version-increment@2023.10.2 id: version with: scheme: semver diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 69cc1c77..dd3b213b 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -39,7 +39,7 @@ jobs: fi - name: Get next version - uses: reecetech/version-increment@2023.10.1 + uses: reecetech/version-increment@2023.10.2 id: version if: ${{ steps.check-changes.outputs.has_diff == 'true' }} with: @@ -48,7 +48,7 @@ jobs: # TODO: Could we use increment patch when bugfixes land on dev? - name: Create tag - uses: actions/github-script@v6 + uses: actions/github-script@v7 if: ${{ steps.check-changes.outputs.has_diff == 'true' }} with: github-token: ${{ secrets.WORKFLOW_TOKEN }} @@ -76,7 +76,7 @@ jobs: gh pr edit $pr_number --title "Merge test changes to main - ${{ steps.version.outputs.v-version }}" - name: Create or update version tag comment in promotion PR (test) - uses: im-open/update-pr-comment@v1.1.3 + uses: im-open/update-pr-comment@v1.2.2 if: ${{ steps.check-changes.outputs.has_diff == 'true' && github.ref == 'refs/heads/test' }} with: pr-number: ${{ steps.update-pr-test.outputs.pr_number }}