Skip to content

Commit d464acc

Browse files
authored
Merge pull request #37 from alan-turing-institute/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents b3c947a + 7377653 commit d464acc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-python@v5
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: "3.x"
2121
- uses: pre-commit/action@v3.0.1
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040

41-
- uses: actions/setup-python@v5
41+
- uses: actions/setup-python@v6
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
allow-prereleases: true

0 commit comments

Comments
 (0)