From 189fbba7872684e01ac95a62efbced8aae1eca39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:25:02 -0500 Subject: [PATCH] Bump spacetelescope/crds from 12.0.4 to 12.0.5 (#181) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7b87ff1..48207a6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -191,9 +191,9 @@ jobs: - run: pytest ${{ matrix.test-directory }} ${{ matrix.pytest-args }} -n auto --dist=loadscope working-directory: ${{ matrix.package }} crds_contexts: - uses: spacetelescope/crds/.github/workflows/contexts.yml@f97590b4faf17cfa54ef99576a0e9547486dc607 # 12.0.4 + uses: spacetelescope/crds/.github/workflows/contexts.yml@4c82b705635e6bab73a577bfe89e6fc71f40b62d # 12.0.5 crds_test_cache: - uses: spacetelescope/crds/.github/workflows/cache.yml@f97590b4faf17cfa54ef99576a0e9547486dc607 # 12.0.4 + uses: spacetelescope/crds/.github/workflows/cache.yml@4c82b705635e6bab73a577bfe89e6fc71f40b62d # 12.0.5 test_crds_with_data: needs: [ build, crds_test_cache ] strategy: