这是indexloc提供的服务,不要输入任何密码
Skip to content

Bump workflow version for runtime & URL updates #1308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
racket-variant: ["BC", "CS"]
enable-contracts: [true, false]
steps:
- uses: actions/checkout@v2.3.4
- uses: Bogdanp/setup-racket@v1.6.1
- uses: actions/checkout@v3
- uses: Bogdanp/setup-racket@v1.9.1
with:
architecture: x64
distribution: full
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/resyntax-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Racket
uses: Bogdanp/setup-racket@v1.8.1
uses: Bogdanp/setup-racket@v1.9.1
with:
version: current
packages: resyntax
Expand Down
2 changes: 1 addition & 1 deletion typed-racket-test/fail/unit-typed-untyped-2.rkt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#;
(exn-pred #rx"u: contract violation\n expected: exact-integer?")
(exn-pred #rx"y: contract violation\n expected: exact-integer?")
#lang racket

(module typed typed/racket
Expand Down