From 2e237d32abbcfb430105fc997eb9d6836ca1e17d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:02:54 +0000 Subject: [PATCH] Bump opensafely-core/setup-action from 1 to 1.6.1 Bumps [opensafely-core/setup-action](https://github.com/opensafely-core/setup-action) from 1 to 1.6.1. - [Release notes](https://github.com/opensafely-core/setup-action/releases) - [Commits](https://github.com/opensafely-core/setup-action/compare/v1...v1.6.1) --- updated-dependencies: - dependency-name: opensafely-core/setup-action dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check_links.yml | 2 +- .github/workflows/check_vale.yml | 2 +- .github/workflows/pages-deployment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index e227a664..61a37dcd 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Install Python and just - uses: opensafely-core/setup-action@v1 + uses: opensafely-core/setup-action@v1.6.1 with: install-just: true python-version: '3.11' diff --git a/.github/workflows/check_vale.yml b/.github/workflows/check_vale.yml index 85c8eb55..eba00dca 100644 --- a/.github/workflows/check_vale.yml +++ b/.github/workflows/check_vale.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Install just - uses: opensafely-core/setup-action@v1 + uses: opensafely-core/setup-action@v1.6.1 with: install-just: true diff --git a/.github/workflows/pages-deployment.yml b/.github/workflows/pages-deployment.yml index f03493f7..c88b9e6c 100644 --- a/.github/workflows/pages-deployment.yml +++ b/.github/workflows/pages-deployment.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Install Python and just - uses: opensafely-core/setup-action@v1 + uses: opensafely-core/setup-action@v1.6.1 with: install-just: true python-version: '3.11'