diff options
| author | Dan Davison <dandavison7@gmail.com> | 2025-02-21 09:00:23 -0500 |
|---|---|---|
| committer | Dan Davison <dandavison7@gmail.com> | 2025-02-21 09:00:23 -0500 |
| commit | 42da5adab68c46277e20757f7a1f3b68eb874b0e (patch) | |
| tree | 3dd7b6dfee5feaf42f6c4298d8487ce5515a82ca | |
| parent | dcc18520f25522161a4eaa75c37d2f86ef5405e7 (diff) | |
Bump more github actions versions
| -rw-r--r-- | .github/workflows/manual.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 4b7b0a5..642ff6e 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Configure GitHub Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 |
