Skip to content

Commit 2e237d3

Browse files
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](opensafely-core/setup-action@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] <support@github.com>
1 parent 55bd855 commit 2e237d3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v7.0.0
2020

2121
- name: Install Python and just
22-
uses: opensafely-core/setup-action@v1
22+
uses: opensafely-core/setup-action@v1.6.1
2323
with:
2424
install-just: true
2525
python-version: '3.11'

.github/workflows/check_vale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v7.0.0
1717

1818
- name: Install just
19-
uses: opensafely-core/setup-action@v1
19+
uses: opensafely-core/setup-action@v1.6.1
2020
with:
2121
install-just: true
2222

.github/workflows/pages-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v7.0.0
2222

2323
- name: Install Python and just
24-
uses: opensafely-core/setup-action@v1
24+
uses: opensafely-core/setup-action@v1.6.1
2525
with:
2626
install-just: true
2727
python-version: '3.11'

0 commit comments

Comments
 (0)