From 63524aa7fe03990ccdd6be7de38504422b05c5a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 05:13:13 -0500 Subject: [PATCH] Bump Bogdanp/setup-racket from 1.10 to 1.11 (#269) Bumps [Bogdanp/setup-racket](https://github.com/bogdanp/setup-racket) from 1.10 to 1.11. - [Release notes](https://github.com/bogdanp/setup-racket/releases) - [Commits](https://github.com/bogdanp/setup-racket/compare/v1.10...v1.11) --- updated-dependencies: - dependency-name: Bogdanp/setup-racket dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56e9c9b8..735b631d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@master - name: Setup Racket - uses: Bogdanp/setup-racket@v1.10 + uses: Bogdanp/setup-racket@v1.11 with: architecture: x64 version: ${{ matrix.racket-version }}