Skip to content

Commit 7cf59ec

Browse files
authored
Merge pull request #5 from ONSdigital/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents d12a85f + e559c64 commit 7cf59ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request_workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Check out repository
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636

3737
- name: Set up Python
3838
uses: actions/setup-python@v4
@@ -49,7 +49,7 @@ jobs:
4949
python-version: ["3.8", "3.9", "3.10"]
5050
steps:
5151
- name: Check out repository
52-
uses: actions/checkout@v3
52+
uses: actions/checkout@v4
5353

5454
- name: Set up Python ${{ matrix.python-version }}
5555
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)