Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Bump Bogdanp/setup-racket and actions/checkout to latest versions.
  • Loading branch information
zck committed Jun 2, 2023
1 parent 85e2ebb commit c1ea70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- package: anarki
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Racket '${{ matrix.racket-version }}'
uses: Bogdanp/setup-racket@v1.1
uses: Bogdanp/setup-racket@v1.10
with:
architecture: x64
distribution: full
Expand Down

0 comments on commit c1ea70e

Please sign in to comment.