Skip to content

Commit

Permalink
Consistent actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti committed Dec 1, 2023
1 parent 4c3546c commit accb704
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
outputs:
on_main: ${{ steps.contains_tag.outputs.retval }}
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: rickstaa/[email protected]
Expand All @@ -29,6 +30,8 @@ jobs:
# --- from workflow.yml ---
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Validation
uses: gradle/wrapper-validation-action@v1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Validation
uses: gradle/wrapper-validation-action@v1
Expand Down

0 comments on commit accb704

Please sign in to comment.