Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Feb 12, 2024
1 parent f0b45a4 commit 67f57e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitea/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
password: ${{ secrets.ACTIONS_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Ansible lint"
run: ansible-lint --force-color
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
ANSIBLE_PYTHON_INTERPRETER: /usr/bin/python3
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Molecule test"
run: molecule test -s ${{ matrix.scenario }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Publish
uses: ednxzu/galaxy-import-role@v2
with:
Expand Down

0 comments on commit 67f57e6

Please sign in to comment.