Skip to content

Commit

Permalink
Merge pull request #107 from opensafely/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
StevenMaude authored Nov 29, 2023
2 parents 25cf5b6 + 568cfdf commit 18f2133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Initialise OpenSAFELY project.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Update README.md and remove action
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
name: Test the project can run, using dummy data
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Test that the project is runnable
uses: opensafely-core/research-action@v2

0 comments on commit 18f2133

Please sign in to comment.