Skip to content

Commit

Permalink
Merge pull request #2 from carlosvdr/package-test
Browse files Browse the repository at this point in the history
fix: changed checkout version
  • Loading branch information
carlosvdr committed May 5, 2023
2 parents dffc6d6 + be5a608 commit 620734f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
published_version_patch: ${{ steps.release.outputs.published_version_patch }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -37,7 +37,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build Image
Expand Down

0 comments on commit 620734f

Please sign in to comment.