diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 159ea47..169ba34 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Run the Container Action id: run - uses: actions/container-prebuilt-action@latest + uses: actions/container-prebuilt-action@v0.1.0 with: who-to-greet: Mona Lisa Octocat diff --git a/action.yml b/action.yml index 42de596..b6348b4 100644 --- a/action.yml +++ b/action.yml @@ -17,6 +17,6 @@ outputs: # Update the image repository and tag below. runs: using: docker - image: docker://ghcr.io/actions/container-prebuilt-action:v0.1.0 + image: docker://ghcr.io/actions/container-prebuilt-action:latest env: INPUT_WHO_TO_GREET: ${{ inputs.who-to-greet }}