Skip to content

Commit

Permalink
fix: change version of GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
krudi committed Jun 15, 2024
1 parent d0858c0 commit 8ad319c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/precheck-role-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the current branch
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Run ansible-lint linting command
uses: ansible/ansible-lint@main
4 changes: 2 additions & 2 deletions .github/workflows/precheck-role-molecule-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Checkout the current branch
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Setup of Python 3
uses: actions/setup-python@main
uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand Down

0 comments on commit 8ad319c

Please sign in to comment.