Skip to content

Commit 76b7b11

Browse files
chore(deps)(deps): bump lewagon/wait-on-check-action from 1.3.4 to 1.4.1 (#43)
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.4 to 1.4.1. - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md) - [Commits](lewagon/wait-on-check-action@v1.3.4...v1.4.1) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c54553 commit 76b7b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-tailscale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
actions: read
5454
steps:
5555
- name: Wait for backend image build
56-
uses: lewagon/wait-on-check-action@v1.3.4
56+
uses: lewagon/wait-on-check-action@v1.4.1
5757
with:
5858
ref: ${{ github.sha }}
5959
check-name: 'Build and Push Backend Container'
@@ -70,7 +70,7 @@ jobs:
7070
actions: read
7171
steps:
7272
- name: Wait for frontend image build
73-
uses: lewagon/wait-on-check-action@v1.3.4
73+
uses: lewagon/wait-on-check-action@v1.4.1
7474
with:
7575
ref: ${{ github.sha }}
7676
check-name: 'Build and Push Frontend Container'

0 commit comments

Comments
 (0)