Skip to content

Commit 94d7e0b

Browse files
dependabot[bot]sorawee
authored andcommitted
Bump Bogdanp/setup-racket from 1.12 to 1.13
Bumps [Bogdanp/setup-racket](https://github.com/bogdanp/setup-racket) from 1.12 to 1.13. - [Release notes](https://github.com/bogdanp/setup-racket/releases) - [Commits](Bogdanp/setup-racket@v1.12...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 7e82ce7 commit 94d7e0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Set up Racket
19-
uses: Bogdanp/setup-racket@v1.12
19+
uses: Bogdanp/setup-racket@v1.13
2020
with:
2121
architecture: 'x64' # or: 'x64', 'x86', 'arm32', 'arm64'
2222
distribution: 'full' # or: 'minimal'

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Set up Racket
15-
uses: Bogdanp/setup-racket@v1.12
15+
uses: Bogdanp/setup-racket@v1.13
1616
with:
1717
architecture: 'x64' # or: 'x64', 'x86', 'arm32', 'arm64'
1818
distribution: 'full' # or: 'minimal'

0 commit comments

Comments
 (0)