diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-21 08:11:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 08:11:42 -0700 |
commit | 68c051e4cb737e16f611d219cf2bb4bbbccb5d8d (patch) | |
tree | 01fe596bd42d403913ef3efac36a546b97c449df | |
parent | build(deps): bump DeterminateSystems/update-flake-lock from 14 to 19 (#2) (diff) | |
download | fcuny.net-68c051e4cb737e16f611d219cf2bb4bbbccb5d8d.tar.gz |
build(deps): bump actions/deploy-pages from 1 to 2 (#3)
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1 to 2. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v1...v2) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/page.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/page.yml b/.github/workflows/page.yml index 323c3a6..44551c5 100644 --- a/.github/workflows/page.yml +++ b/.github/workflows/page.yml @@ -35,4 +35,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v2 |