Merge pull request #4 from civisrom/dependabot/github_actions/github-actions-4a9910c3ae

chore(ci)(deps): bump the github-actions group with 3 updates
This commit is contained in:
civisrom 2025-03-08 19:41:08 +03:00 committed by GitHub
commit 10e04403af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,12 +14,12 @@ jobs:
contents: write contents: write
steps: steps:
- name: Auto-approve Dependabot PRs - name: Auto-approve Dependabot PRs
uses: hmarr/auto-approve-action@v3 uses: hmarr/auto-approve-action@v4
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Wait for tests to succeed - name: Wait for tests to succeed
uses: lewagon/wait-on-check-action@v1.3.1 uses: lewagon/wait-on-check-action@v1.3.4
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
check-name: 'test' # Имя джоба из вашего test.yml check-name: 'test' # Имя джоба из вашего test.yml
@ -28,7 +28,7 @@ jobs:
- name: Auto-merge Dependabot PRs - name: Auto-merge Dependabot PRs
if: success() if: success()
uses: pascalgn/automerge-action@v0.15.6 uses: pascalgn/automerge-action@v0.16.4
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: "squash" MERGE_METHOD: "squash"