Skip to content

Commit

Permalink
Merge pull request #1 from thnetii/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
2 parents 36760d5 + d3c7fb6 commit 042d0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/filesync-noop-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
noop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ${{ inputs.origin-repository }}
ref: ${{ inputs.origin-ref }}
path: origin
name: Checkout ${{ inputs.origin-repository }}@${{ inputs.origin-ref || 'HEAD' }} to './origin'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: target
name: Checkout ${{ github.repository }}@${{ github.ref || github.sha }} to './target'

0 comments on commit 042d0c7

Please sign in to comment.