Skip to content

Commit

Permalink
Bump version numbers of GitHub Actions actions we're using.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketnia committed Jan 18, 2025
1 parent 2a958bf commit d95137f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
https://racksnaps.defn.io/built-snapshots/2022/03/07/catalog/
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Racket '${{ matrix.racket-version }}'
uses: Bogdanp/setup-racket@v1.7
uses: Bogdanp/setup-racket@v1.11
with:
architecture: x64
distribution: full
Expand All @@ -61,7 +61,7 @@ jobs:
SCRIPT_RACKET_CATALOGS: ${{ matrix.racket-catalogs }}
- name: Obtain cached Racket packages, if available
if: ${{ matrix.racket-catalogs-id == 'racksnaps' }}
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cache/racket
Expand Down

0 comments on commit d95137f

Please sign in to comment.