Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubenicos committed Nov 15, 2024
1 parent bd12939 commit b3bc0e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3

- name: Deploy default docs to Github repository
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].1
with:
folder: docs/default
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
Expand All @@ -23,7 +23,7 @@ jobs:
target-folder: docs/pixelbuy

- name: Deploy ES docs to Github repository
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].1
with:
folder: docs/es
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
Expand Down

0 comments on commit b3bc0e6

Please sign in to comment.