Skip to content

Commit

Permalink
Merge pull request #10 from Ouranosinc/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/checkout-4
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
2 parents 5e5510a + c7327d2 commit d42f317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: ${{ success() && (contains(github.ref, 'refs/tags') || github.ref == 'refs/heads/master') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: Setup Python
Expand Down

0 comments on commit d42f317

Please sign in to comment.