Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Mar 1, 2024
1 parent 678eaac commit d74d553
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Check out the codebase
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'ansible-glauth'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:

steps:
- name: check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'ansible-glauth'
ref: ${{ github.event.workflow_run.head_branch }}

- name: 🐍 set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python_version }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛎 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/local-config-with-tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:

steps:
- name: check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'ansible-glauth'
ref: ${{ github.event.workflow_run.head_branch }}

- name: 🐍 set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python_version }}"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/local-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:

steps:
- name: check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'ansible-glauth'
ref: ${{ github.event.workflow_run.head_branch }}

- name: 🐍 set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python_version }}"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:

steps:
- name: check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'ansible-glauth'
ref: ${{ github.event.workflow_run.head_branch }}

- name: 🐍 set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python_version }}"

Expand Down Expand Up @@ -82,13 +82,13 @@ jobs:

steps:
- name: check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'ansible-glauth'
ref: ${{ github.event.workflow_run.head_branch }}

- name: 🐍 set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python_version }}"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/version-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:

steps:
- name: check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'ansible-glauth'
ref: ${{ github.event.workflow_run.head_branch }}

- name: 🐍 set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python_version }}"

Expand Down

0 comments on commit d74d553

Please sign in to comment.