Skip to content

Commit

Permalink
Bump actions/deploy-pages from 3 to 4 (#33)
Browse files Browse the repository at this point in the history
* Bump actions/deploy-pages from 3 to 4

Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@v3...v4)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update javadocs.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Timon Klinkert <83671398+DenuxPlays@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and DenuxPlays authored Dec 22, 2023
1 parent 64b11e4 commit 399c49c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/javadocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:
contents: read
pages: write
id-token: write
actions: read

concurrency:
group: "pages"
Expand Down Expand Up @@ -39,4 +40,4 @@ jobs:
path: './build/docs/javadoc'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 399c49c

Please sign in to comment.