Skip to content

Commit

Permalink
Update github action releases
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Oct 30, 2023
1 parent 4ab59bf commit 6a5b244
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
- name: Check out the codebase
uses: actions/checkout@v3
with:
path: "nephelaiio.acme_certificate_cloudflare"

- name: Set up Python 3.
uses: actions/setup-python@v2
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- name: Update ubuntu repositories
run: sudo apt-get update
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- rockylinux9

steps:
- name: Check out the codebase.
uses: actions/checkout@v2
- name: Check out the codebase
uses: actions/checkout@v3
with:
path: "nephelaiio.acme_certificate_cloudflare"

- name: Set up Python 3.
uses: actions/setup-python@v2
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- name: Update ubuntu repositories
run: sudo apt-get update
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
- name: Check out the codebase
uses: actions/checkout@v3
with:
path: 'nephelaiio.acme_certificate_cloudflare'

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

- name: Update ubuntu repositories
run: sudo apt-get update
Expand Down

0 comments on commit 6a5b244

Please sign in to comment.