Skip to content

Commit edf8497

Browse files
authored
Merge pull request #297 from hyperspy/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 5591d96 + df435be commit edf8497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git remote add upstream https://github.com/hyperspy/${{ env.REPOSITORY_NAME }}.git
3737
git fetch upstream --tags
3838
39-
- uses: actions/setup-python@v5
39+
- uses: actions/setup-python@v6
4040
name: Install Python
4141
with:
4242
python-version: ${{ matrix.PYTHON_VERSION }}

0 commit comments

Comments
 (0)