Skip to content

Commit

Permalink
Merge pull request #13 from voruti/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti authored Dec 1, 2023
2 parents 7a0fd34 + accb704 commit 0fd7895
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .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@v2
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: rickstaa/[email protected]
Expand All @@ -28,7 +29,9 @@ jobs:

# --- from workflow.yml ---
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Validation
uses: gradle/wrapper-validation-action@v1
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

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

0 comments on commit 0fd7895

Please sign in to comment.