Skip to content

Commit

Permalink
Merge pull request #222 from arclanguage/zck-update-ci-dependencies
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 authored Jun 5, 2023
2 parents 31cef42 + d5a555f commit e49b1bf
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 @@ -24,9 +24,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 e49b1bf

Please sign in to comment.