Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6ffecf9

Browse files
authoredMay 27, 2025
Merge pull request #64 from paulscherrerinstitute/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 444d40b + 6ac8f6f commit 6ffecf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- uses: actions/setup-python@v4
19+
- uses: actions/setup-python@v5
2020

2121
- run: |
2222
pip install --upgrade pip

‎.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- uses: actions/setup-python@v4
19+
- uses: actions/setup-python@v5
2020

2121
- run: |
2222
pip install --upgrade pip

0 commit comments

Comments
 (0)
Please sign in to comment.