From 1706ece27be69937295d4c84eea607f755a1a6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:23:23 +0000 Subject: [PATCH] Bump Bogdanp/setup-racket from 1.13 to 1.15 Bumps [Bogdanp/setup-racket](https://github.com/bogdanp/setup-racket) from 1.13 to 1.15. - [Release notes](https://github.com/bogdanp/setup-racket/releases) - [Commits](https://github.com/bogdanp/setup-racket/compare/v1.13...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 1c7fa5b53..9c65b363d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: enable-contracts: [true, false] steps: - uses: actions/checkout@v6.0.2 - - uses: Bogdanp/setup-racket@v1.13 + - 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 7e8b8e6a9..8ddac2ab2 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.13 + 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 f0e3af72b..57ae4e102 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.2 - name: Install Racket - uses: Bogdanp/setup-racket@v1.13 + uses: Bogdanp/setup-racket@v1.15 with: version: current local_catalogs: $GITHUB_WORKSPACE