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 16, 2024
1 parent d0858c0 commit 9143042
Show file tree
Hide file tree
Showing 3 changed files with 4 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
1 change: 1 addition & 0 deletions tasks/setup-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- name: Update the APT package list to include the latest information from all configured repositories, including Node.js
ansible.builtin.apt:
update_cache: yes
cache_valid_time: 600
when: nodejs.install | default(nodejs.install)

- name: Install the Node.js package using APT
Expand Down

0 comments on commit 9143042

Please sign in to comment.