From c88a557765468cc97575d618940317b3fe50962e Mon Sep 17 00:00:00 2001 From: azimut Date: Thu, 14 Nov 2024 04:59:31 -0300 Subject: [PATCH] ci: bump action versions, rm unused --- .github/workflows/linux.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7f380ac..1976bcb 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-20.04 # 20.04 glibc 2.31 - 22.10 glibc 2.36 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 lfs: true @@ -39,12 +39,9 @@ jobs: mkdir -pv ~/.cache/common-lisp shell: bash - - name: Get Current Month - id: current-month - run: echo "::set-output name=value::$(date -u '+%Y-%m')" - name: Cache SBCL Setup id: cache - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-sbcl-compressed-sdl with: