We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb526f1 + 6d50dfc commit 7928dfdCopy full SHA for 7928dfd
2 files changed
.github/workflows/setup.yaml
@@ -10,7 +10,7 @@ jobs:
10
name: Initialise OpenSAFELY project.
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
- name: Update README.md and remove action
15
shell: bash
16
run: |
.github/workflows/test_runner.yaml
@@ -12,6 +12,6 @@ jobs:
name: Test the project can run, using dummy data
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Test that the project is runnable
17
uses: opensafely-core/research-action@v2
0 commit comments