Skip to content

Commit 97a2f61

Browse files
Merge pull request #35 from IBM/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 75bd62b + babfa1b commit 97a2f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Clone repo
2222
uses: actions/checkout@v4
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
cache: 'pip'

0 commit comments

Comments
 (0)