Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 32f3887 commit 50fc9ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
git+https://github.com/ansible-collections/ansible.netcommon.git
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: .tmp-action-checkout/

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ runs:
- name: Check out the collection
if: >-
!inputs.collection-src-directory
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: .tmp-ansible-collection-checkout
persist-credentials: false
Expand Down

0 comments on commit 50fc9ae

Please sign in to comment.