Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelProgrammer authored Sep 23, 2024
1 parent 7a5d31a commit b6d7601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v1
with:
fetch-depth: 0
- name: Package
Expand All @@ -20,7 +20,7 @@ jobs:
packages: write
steps:
- uses: action/checkout@v1
- uses: action/setup-java@v4
- uses: action/setup-java@v1
with:
java-version: '17'
package: '*.jar'
Expand Down

0 comments on commit b6d7601

Please sign in to comment.