From ca328184a8f0f77b38cc56c18337d41b7e7d172c Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Mon, 19 Feb 2024 10:17:24 -0700 Subject: [PATCH] Upgrade checkout action to fix deprecation warnings --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 32c9b9e..d71b157 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: CCACHE_DIR: ${{ github.workspace }}/.ccache steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache ccache uses: pat-s/always-upload-cache@v3 with: @@ -70,7 +70,7 @@ jobs: CCACHE_DIR: ${{ github.workspace }}/.ccache steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache ccache uses: pat-s/always-upload-cache@v3 with: