Skip to content

Commit f1d2ecb

Browse files
authored
once again, trying to fix publish action (#232)
1 parent 879cb68 commit f1d2ecb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out the codebase.
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
path: 'osc.open_ondemand'
2222

2323
- name: Set up Python 3.
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.x'
26+
python-version: '3.10'
2727

2828
- name: Install Ansible.
2929
run: pip3 install ansible ansible-base six

0 commit comments

Comments
 (0)