Skip to content

Commit

Permalink
bump to airbytehq/[email protected] (#6281)
Browse files Browse the repository at this point in the history
  • Loading branch information
git-phu committed Apr 28, 2023
1 parent 59a7d10 commit cd66542
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/start-aws-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
- name: Start EC2 runner
id: start-ec2-runner
uses: airbytehq/[email protected].4
uses: airbytehq/[email protected].5
with:
mode: start
github-token: ${{ inputs.github-token }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
- name: Stop EC2 runner
uses: airbytehq/[email protected].4
uses: airbytehq/[email protected].5
with:
mode: stop
github-token: ${{ env.PAT }}
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
- name: Stop EC2 runner
uses: airbytehq/[email protected].4
uses: airbytehq/[email protected].5
with:
mode: stop
github-token: ${{ env.PAT }}
Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
- name: Stop EC2 runner
uses: airbytehq/[email protected].4
uses: airbytehq/[email protected].5
with:
mode: stop
github-token: ${{ env.PAT }}
Expand Down Expand Up @@ -734,7 +734,7 @@ jobs:
${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
- name: Stop EC2 runner
uses: airbytehq/[email protected].4
uses: airbytehq/[email protected].5
with:
mode: stop
github-token: ${{ env.PAT }}
Expand Down

0 comments on commit cd66542

Please sign in to comment.