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 77668e2 commit 5376f01
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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-users'

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

- name: lint
uses: docker://ghcr.io/github/super-linter:slim-v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:

steps:
- name: check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'ansible-users'
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 @@ -83,13 +83,13 @@ jobs:

steps:
- name: check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'ansible-users'
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/role-configured.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-users'
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/role-with-private-keys.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-users'
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 5376f01

Please sign in to comment.