Skip to content

Commit 7928dfd

Browse files
Merge pull request #152 from opensafely/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents fb526f1 + 6d50dfc commit 7928dfd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Initialise OpenSAFELY project.
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- name: Update README.md and remove action
1515
shell: bash
1616
run: |

.github/workflows/test_runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
name: Test the project can run, using dummy data
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: Test that the project is runnable
1717
uses: opensafely-core/research-action@v2

0 commit comments

Comments
 (0)