Skip to content

Commit

Permalink
Merge pull request #2 from smallstep/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
dopey authored Oct 20, 2023
2 parents 7921308 + 3d2a973 commit e2975a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:

steps:
- name: Clone the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ansible_collections/smallstep/cli

- name: Clone Ansible collection dependancy (smallstep.sigstore)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: https://github.com/smallstep/ansible-collection-sigstore.git
repository: smallstep/ansible-collection-sigstore
path: ansible_collections/smallstep/sigstore

- name: Clone Ansible collection dependancy (ansible.windows)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: https://github.com/ansible-collections/ansible.windows.git
repository: ansible-collections/ansible.windows
path: ansible_collections/ansible/windows

- name: Set up Python 3.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Clone the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ansible_collections/smallstep/cli

Expand Down

0 comments on commit e2975a9

Please sign in to comment.