From 66f919d506e85f15cf0a66c56278926daf359f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:33:56 +0000 Subject: [PATCH] Bump OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml Bumps the actions group in /.github/workflows with 1 update: [OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml](https://github.com/openastronomy/github-actions-workflows). Updates `OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml` from 2.3.0 to 2.3.1 - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](https://github.com/openastronomy/github-actions-workflows/compare/d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f...9f1fedda61294df4c004c05519a3fbf3b8e1f32f) --- updated-dependencies: - dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/integration_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_testing.yml b/.github/workflows/integration_testing.yml index 8a1b737..cd39c9c 100644 --- a/.github/workflows/integration_testing.yml +++ b/.github/workflows/integration_testing.yml @@ -15,7 +15,7 @@ permissions: # It is up to the individual packages to do detailed testing with astropy RC. jobs: test: - uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0 + uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1 with: submodules: false envs: |