Skip to content

Commit

Permalink
Merge pull request #69 from ansible-community/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
webknjaz authored Sep 25, 2023
2 parents f4523b1 + df57514 commit 2ddb77d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bad-commit-message-blocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
shell: bash
# Ref:https://joe.gl/ombek/blog/pr-gitlint/
- name: Check out src from Git
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: steps.commits.outputs.number
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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 @@ -310,7 +310,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 2ddb77d

Please sign in to comment.