diff --git a/.github/workflows/precheck-role-lint.yml b/.github/workflows/precheck-role-lint.yml index 88c1e48..9474e95 100644 --- a/.github/workflows/precheck-role-lint.yml +++ b/.github/workflows/precheck-role-lint.yml @@ -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 diff --git a/.github/workflows/precheck-role-molecule-test.yml b/.github/workflows/precheck-role-molecule-test.yml index 224a68d..e3085ab 100644 --- a/.github/workflows/precheck-role-molecule-test.yml +++ b/.github/workflows/precheck-role-molecule-test.yml @@ -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"