From 953ec6e1f0f53afeaa11de01cc6e70d5a6f894b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 06:18:18 +0000 Subject: [PATCH] build(deps): bump Bogdanp/setup-racket from 1.14 to 1.15 Bumps [Bogdanp/setup-racket](https://github.com/bogdanp/setup-racket) from 1.14 to 1.15. - [Release notes](https://github.com/bogdanp/setup-racket/releases) - [Commits](https://github.com/bogdanp/setup-racket/compare/v1.14...v1.15) --- updated-dependencies: - dependency-name: Bogdanp/setup-racket dependency-version: '1.15' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/resyntax-analyze.yml | 2 +- .github/workflows/resyntax-autofixer.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35db860d4d..67f8c05b72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@master # The next two step was copied from the CI config for Typed Racket: # https://github.com/racket/typed-racket/blob/master/.github/workflows/ci.yml - - uses: Bogdanp/setup-racket@v1.14 + - uses: Bogdanp/setup-racket@v1.15 with: architecture: x64 distribution: full diff --git a/.github/workflows/resyntax-analyze.yml b/.github/workflows/resyntax-analyze.yml index c6734ae745..35b855cf22 100644 --- a/.github/workflows/resyntax-analyze.yml +++ b/.github/workflows/resyntax-analyze.yml @@ -32,7 +32,7 @@ jobs: with: fetch-depth: 0 - name: Install Racket - uses: Bogdanp/setup-racket@v1.14 + uses: Bogdanp/setup-racket@v1.15 with: version: current packages: resyntax diff --git a/.github/workflows/resyntax-autofixer.yml b/.github/workflows/resyntax-autofixer.yml index 467e63d57a..6778523277 100644 --- a/.github/workflows/resyntax-autofixer.yml +++ b/.github/workflows/resyntax-autofixer.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout code uses: actions/checkout@v6.0.1 - name: Install Racket - uses: Bogdanp/setup-racket@v1.14 + uses: Bogdanp/setup-racket@v1.15 with: version: current local_catalogs: $GITHUB_WORKSPACE