Skip to content

Commit

Permalink
once again, trying to fix publish action (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Feb 28, 2024
1 parent 879cb68 commit f1d2ecb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'osc.open_ondemand'

- name: Set up Python 3.
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.10'

- name: Install Ansible.
run: pip3 install ansible ansible-base six
Expand Down

0 comments on commit f1d2ecb

Please sign in to comment.