From b8b4b653984814d1ca6653298a921f0ce7d2b467 Mon Sep 17 00:00:00 2001 From: Aaron Elkiss Date: Wed, 3 Jun 2026 11:10:15 -0400 Subject: [PATCH] Update checkout action in test action I'm not sure if this test workflow is still useful, but might as well update it. --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 607f04a..06e3250 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone latest repository - uses: actions/checkout@v3 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - id: tag-check uses: ./validate-tag with: @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone latest repository - uses: actions/checkout@v3 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./build with: tag: ${{ github.event.inputs.tag }} @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone latest repository - uses: actions/checkout@v3 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./tag-release with: registry_token: ${{ secrets.GITHUB_TOKEN }}