Update action refs

This commit is contained in:
Nick Alteen
2023-12-08 11:04:07 -05:00
parent 6032be2fce
commit 1e5b2565f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 }}