diff options
author | Beat Hagenlocher | 2024-07-19 11:37:21 +0200 |
---|---|---|
committer | Beat Hagenlocher | 2024-07-19 11:37:21 +0200 |
commit | 2e52eefc31d6fe657696668b7f89f06a707e9777 (patch) | |
tree | e94c949ad2df2db28e1f4f2d7270cfe633ec9066 | |
parent | 883bb5e17285a1def550c60e1de73afd624c3509 (diff) |
Test newer setup-racket version
-rw-r--r-- | .github/workflows/pages.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index b06ba53..12bf24d 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -32,13 +32,13 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: Bogdanp/setup-racket@v1.9 + - uses: actions/checkout@master + - uses: Bogdanp/setup-racket@v1.11 with: architecture: 'x64' distribution: 'full' variant: 'CS' - version: 'stable' + version: '8.11' - uses: actions/cache@v2 with: path: | |