From ebf7da4cd852998f9f21277bd27167e6b8a5f39b Mon Sep 17 00:00:00 2001 From: William Douglas Date: Tue, 17 Jan 2023 08:33:01 -0800 Subject: [PATCH] Update actions checkout version --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9025b30..dba6c28 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@v2.1.0 + uses: actions/checkout@v3.3.0 - name: Run Tests uses: ./.github/actions/clearlinux-latest-action with: @@ -20,7 +20,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@v2.1.0 + uses: actions/checkout@v3.3.0 - name: Run Tests uses: ./.github/actions/clearlinux-latest-action with: