From 1e5b2565f8c4ef31d147a495c0e0c4aaa6a24544 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 8 Dec 2023 11:04:07 -0500 Subject: [PATCH] Update action refs --- .github/workflows/example.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}