Skip to content

Commit 8ee9cc2

Browse files
dependabot[bot]samth
authored andcommitted
Bump Bogdanp/setup-racket from 1.11 to 1.13
Bumps [Bogdanp/setup-racket](https://github.com/bogdanp/setup-racket) from 1.11 to 1.13. - [Release notes](https://github.com/bogdanp/setup-racket/releases) - [Commits](Bogdanp/setup-racket@v1.11...v1.13) --- updated-dependencies: - dependency-name: Bogdanp/setup-racket dependency-version: '1.13' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9cabf64 commit 8ee9cc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
enable-contracts: [true, false]
1717
steps:
1818
- uses: actions/[email protected]
19-
- uses: Bogdanp/setup-racket@v1.11
19+
- uses: Bogdanp/setup-racket@v1.13
2020
with:
2121
architecture: x64
2222
distribution: full

.github/workflows/resyntax-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
- name: Install Racket
35-
uses: Bogdanp/setup-racket@v1.11
35+
uses: Bogdanp/setup-racket@v1.13
3636
with:
3737
version: current
3838
packages: resyntax

.github/workflows/resyntax-autofixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/[email protected]
1919
- name: Install Racket
20-
uses: Bogdanp/setup-racket@v1.11
20+
uses: Bogdanp/setup-racket@v1.13
2121
with:
2222
version: current
2323
local_catalogs: $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)