Skip to content

Commit

Permalink
checkout v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Oct 2, 2024
1 parent 7f0f8ed commit 52ffbaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps: # <-- must use actions/checkout before mirroring!
- uses: actions/checkout@v3
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps: # <-- must use actions/checkout before mirroring!
- uses: actions/checkout@v3
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
Expand Down

0 comments on commit 52ffbaf

Please sign in to comment.