Skip to content

Commit b2d9bec

Browse files
authored
Merge pull request #2 from ISISComputingGroup/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 8db46ae + 8e5ead2 commit b2d9bec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
version: ['3.12']
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: actions/setup-python@v5
17+
- uses: actions/setup-python@v6
1818
with:
1919
python-version: ${{ matrix.version }}
2020
- name: install requirements

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.11"
2020
- name: Install pypa/build

0 commit comments

Comments
 (0)