Skip to content

Commit 4d4298f

Browse files
authored
Merge pull request #4 from ONSdigital/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
2 parents 7cf59ec + 4fdc7b6 commit 4d4298f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull_request_workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636

3737
- name: Set up Python
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@v5
3939

4040
- name: Run pre-commit hooks
4141
uses: pre-commit/action@v3.0.1
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v4
5353

5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v4
55+
uses: actions/setup-python@v5
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0
1313
- Various helper files: `.gitignore`, `pyproject.toml`, `setup.cfg`, `setup.py`, `.pre-commit-config.yaml`,
1414
`dependabot.yml`, `pull_request_workflow.yaml`, `increment_version_workflow.yaml`.
1515
- Various documentation files: `README.md`, `CODEOWNERS`, `pull_request_template.md`, `CHANGELOG.md`,
16-
`CONTRIBUTING.md`, `branch_and_deploy_guide.md`.
17-
- Various Dependabot updates, primarily to ensure package versions, GitHub Actions, etc. are up-to-date.
16+
`CONTRIBUTING.md`, `branch_and_deploy_guide.md`, `setup.cfg`.
17+
- Various Dependabot updates, primarily to ensure package versions, etc. are up-to-date.
1818

1919
### Changed
2020

0 commit comments

Comments
 (0)