Skip to content

Commit

Permalink
PMM-12921 actions versions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Feb 24, 2024
1 parent f78e923 commit 6dcd27a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
steps:
- name: Create status check
if: ${{ env.SHA != 'null' }}
uses: percona/gh-action-github-status-action@update-node
uses: percona/gh-action-github-status-action@master
continue-on-error: true
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:

- name: Create status check
if: ${{ always() }}
uses: percona/gh-action-github-status-action@update-node
uses: percona/gh-action-github-status-action@master
continue-on-error: true
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runner-integration-cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- name: Create status check
if: ${{ env.SHA != 'null' }}
uses: percona/gh-action-github-status-action@v1
uses: percona/gh-action-github-status-action@master
continue-on-error: true
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6dcd27a

Please sign in to comment.