diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b29568d..b9d4c63 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -17,18 +17,18 @@ jobs: steps: - name: Clone the repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ansible_collections/smallstep/cli - name: Clone Ansible collection dependancy (smallstep.sigstore) - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: smallstep/ansible-collection-sigstore path: ansible_collections/smallstep/sigstore - name: Clone Ansible collection dependancy (ansible.windows) - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ansible-collections/ansible.windows path: ansible_collections/ansible/windows diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 75761e5..d644468 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -13,6 +13,6 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v4 - uses: pre-commit/action@v3.0.1 diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 2f82d99..fc5d2b1 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Clone the repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ansible_collections/smallstep/cli