Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmeister committed Oct 23, 2023
1 parent a5e3292 commit 500cba1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ansible_collections/community/mongodb

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- stable-2.16
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ansible_collections/community/mongodb

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Generate coverage report.
run: ansible-test coverage xml -v --requirements --group-by command --group-by version

- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false

Expand All @@ -126,7 +126,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ansible_collections/community/mongodb

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ansible_collections/community/mongodb

Expand Down

0 comments on commit 500cba1

Please sign in to comment.