From 39a7620b0a696cfdd708fd76aa85b2a7a446c040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 09:43:18 +0000 Subject: [PATCH] chore: bump opensafely-core/setup-action from 1.6.1 to 1.7.0 Bumps [opensafely-core/setup-action](https://github.com/opensafely-core/setup-action) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/opensafely-core/setup-action/releases) - [Commits](https://github.com/opensafely-core/setup-action/compare/5b3030fbbcf069c94e352b4f0a94100fae4dbd82...d9171097dd0d37bdb7bed58f701eb03ff317ed17) --- updated-dependencies: - dependency-name: opensafely-core/setup-action dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 843bb61..ed3be83 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: opensafely-core/setup-action@5b3030fbbcf069c94e352b4f0a94100fae4dbd82 # v1.6.1 + - uses: opensafely-core/setup-action@d9171097dd0d37bdb7bed58f701eb03ff317ed17 # v1.7.0 with: python-version: "3.10" cache-dependency-path: requirements.*.txt @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: opensafely-core/setup-action@5b3030fbbcf069c94e352b4f0a94100fae4dbd82 # v1.6.1 + - uses: opensafely-core/setup-action@d9171097dd0d37bdb7bed58f701eb03ff317ed17 # v1.7.0 with: python-version: ${{ matrix.python-version }} cache-dependency-path: requirements.*.txt