diff --git a/.github/workflows/call-baseimage-update.yml b/.github/workflows/call-baseimage-update.yml index 1eb4217..406ec1c 100644 --- a/.github/workflows/call-baseimage-update.yml +++ b/.github/workflows/call-baseimage-update.yml @@ -7,7 +7,7 @@ on: jobs: call-workflow: - uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v8.0.3 + uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v8.0.4 with: repo_owner: "thespad" baseimage: "alpine" diff --git a/.github/workflows/call-build-image.yml b/.github/workflows/call-build-image.yml index fcfa4ca..91b661c 100644 --- a/.github/workflows/call-build-image.yml +++ b/.github/workflows/call-build-image.yml @@ -8,7 +8,7 @@ on: jobs: call-workflow: - uses: thespad/actions/.github/workflows/build-image.yml@v8.0.3 + uses: thespad/actions/.github/workflows/build-image.yml@v8.0.4 with: repo_owner: "thespad" app_name: "get_iplayer" diff --git a/.github/workflows/call-check-and-release.yml b/.github/workflows/call-check-and-release.yml index 9d651e0..db8aba4 100644 --- a/.github/workflows/call-check-and-release.yml +++ b/.github/workflows/call-check-and-release.yml @@ -7,7 +7,7 @@ on: jobs: call-workflow: - uses: thespad/actions/.github/workflows/check-and-release.yml@v8.0.3 + uses: thespad/actions/.github/workflows/check-and-release.yml@v8.0.4 with: repo_owner: "thespad" app_name: "get_iplayer"