From e8d0eedc2b47ecc28c97e3fd53e17e31a2c8755e Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Tue, 8 Nov 2022 16:22:49 -0800 Subject: [PATCH] Update commit.yml Need to use explicit version for actions/checkout apparently. --- .github/workflows/commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index e9fdcd3c..68bdb5c0 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: rlespinasse/github-slug-action@latest - - uses: actions/checkout@latest + - uses: actions/checkout@v3.1.0 - name: Build run: | @@ -56,7 +56,7 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@latest + - uses: actions/checkout@v3.1.0 - name: Build run: |