Skip to content

Commit

Permalink
ci: bump action versions, rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Nov 14, 2024
1 parent add4aae commit c88a557
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit c88a557

Please sign in to comment.