diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 266a47e..aa95559 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -19,7 +19,7 @@ jobs: pull-requests: write steps: - name: Label PRs - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 + uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index 59615b5..23ba689 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -12,6 +12,6 @@ permissions: jobs: merge-bot: if: github.repository_owner == 'withstudiocms' && github.event_name == 'push' && !contains(github.event.head_commit.message, '[ci] lint') - uses: withstudiocms/automations/.github/workflows/mergebot.yml@fe2d43b13c8a63e34ba8b0b9e16008149d8af55f # main + uses: withstudiocms/automations/.github/workflows/mergebot.yml@274ff117aae1034c6b4d37f545268c96a7604077 # main secrets: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_MERGEBOT }} \ No newline at end of file