Skip to content

Commit

Permalink
Update GitHub Actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pantherdd committed Nov 23, 2023
1 parent 5d662f0 commit 026ce65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:

- name: Checkout project sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Java toolchains
uses: actions/setup-java@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:

- name: Checkout project sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Java toolchains
uses: actions/setup-java@v3
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
build/local-publish/
- name: Publish docs
uses: crazy-max/ghaction-github-pages@v3
uses: crazy-max/ghaction-github-pages@v4
with:
build_dir: build/docs/javadoc/
jekyll: false
Expand Down

0 comments on commit 026ce65

Please sign in to comment.