Skip to content

Commit e34e74f

Browse files
authored
Merge pull request #99 from IBM/renovate/actions-setup-python-6.x
chore(deps): update actions/setup-python action to v6
2 parents 4498981 + 9e5b874 commit e34e74f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v6
1212
- name: Set up Python 3.9
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
1515
python-version: 3.9
1616
- name: Install pypa/build

0 commit comments

Comments
 (0)