Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

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] authored Dec 20, 2023
1 parent 46becc1 commit 4ac96a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
working-directory: .ansible/collections/ansible_collections/equinix/cloud
steps:
- name: checkout Ansible collection
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
name: equinix-labs/ansible-collection-equinix
path: .ansible/collections/ansible_collections/equinix/cloud
Expand All @@ -59,7 +59,7 @@ jobs:
run: rm -rf ~/.ansible/test && mkdir -p ~/.ansible/test && ssh-keygen -m PEM -q -t rsa -N '' -f ~/.ansible/test/id_rsa

- name: checkout Python SDK, this PR
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: /tmp/metal-python
ref: ${{ github.event.pull_request.head.sha || github.ref }}
Expand Down

0 comments on commit 4ac96a2

Please sign in to comment.