Skip to content

Commit

Permalink
Merge pull request #80 from Julius278/feature/513
Browse files Browse the repository at this point in the history
github action snapshot: security update analog to test action
  • Loading branch information
Julius278 authored Aug 8, 2024
2 parents 895dd5e + 2b5c106 commit 63ff645
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/upload_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
name: SNAPSHOT, build and upload
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 17
- name: upload SNAPSHOT to GitLab
env:
Expand Down

0 comments on commit 63ff645

Please sign in to comment.