From 7737fdd1befca3bcfa2bb17160cece5b13276d5f Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Fri, 1 Nov 2024 09:25:46 -0400 Subject: [PATCH] Demonostrate the the latest action versions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f125eb..bf173ba 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ In your action workflow, create a Python environment and then call setup-uv: ```yaml steps: - name: Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: "3.12" - name: Set up Python environment