Skip to content

Commit

Permalink
Merge pull request #1 from dariocurr/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.2.0

build(deps): bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
dariocurr authored Sep 26, 2024
2 parents f6c265a + 53f3d79 commit 381bb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ runs:
- name: Checkout workflows repo
if: steps.called_repo.outputs.ref && steps.called_repo.outputs.repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
ref: ${{ steps.called_repo.outputs.ref }}
repository: ${{ steps.called_repo.outputs.repository }}
Expand Down

0 comments on commit 381bb53

Please sign in to comment.