diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-31 15:51:33 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2024-01-31 09:52:45 -0600 |
commit | 285c55909d9c954725ac59f8e746fdd3349af104 (patch) | |
tree | eece5194fc43f8b955b8c50ccd020783a6d9df74 | |
parent | Bump actions/setup-node from 3 to 4 (diff) | |
download | zorascript-285c55909d9c954725ac59f8e746fdd3349af104.tar zorascript-285c55909d9c954725ac59f8e746fdd3349af104.tar.gz zorascript-285c55909d9c954725ac59f8e746fdd3349af104.tar.bz2 zorascript-285c55909d9c954725ac59f8e746fdd3349af104.tar.lz zorascript-285c55909d9c954725ac59f8e746fdd3349af104.tar.xz zorascript-285c55909d9c954725ac59f8e746fdd3349af104.tar.zst zorascript-285c55909d9c954725ac59f8e746fdd3349af104.zip |
Bump actions/deploy-pages from 2 to 4
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 4.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v2...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>
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6a746bf..6c5ee76 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -56,4 +56,4 @@ jobs: steps: - name: Deploy id: deployment - uses: actions/deploy-pages@v2
\ No newline at end of file + uses: actions/deploy-pages@v4
\ No newline at end of file |