Skip to content

Commit 6428b49

Browse files
dependabot[bot]ascopes
authored andcommitted
Bump actions/deploy-pages from 1.2.5 to 2.0.0
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1.2.5 to 2.0.0. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v1.2.5...v2.0.0) --- 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>
1 parent 36fa945 commit 6428b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
steps:
280280
- name: Deploy JavaDocs build artifact to GitHub Pages
281281
id: snapshot-javadocs
282-
uses: actions/deploy-pages@v1.2.5
282+
uses: actions/deploy-pages@v2.0.0
283283

284284
- name: Delete temporary artifacts
285285
uses: geekyeggo/delete-artifact@v2.0.0

0 commit comments

Comments
 (0)