Skip to content

Commit

Permalink
Optimize checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Sep 24, 2023
1 parent 5e6805d commit 3c2c524
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
filter: 'blob:none'
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: setup jdk ${{ matrix.java }}
Expand All @@ -38,4 +39,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Artifacts
path: build/libs/
path: build/libs/

0 comments on commit 3c2c524

Please sign in to comment.