diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-09-14 20:17:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-14 20:17:22 +0200 |
| commit | 9a5ab3a1f62ed8f699dff58b8ba7e54668129075 (patch) | |
| tree | 83e198358e18d5c9ae9a245883d23ad2635e91c5 /.github | |
| parent | 103547fea8232232eac4faf4669256383237d51a (diff) | |
| parent | d6606364727e655e8fe45df271c32bd19b946676 (diff) | |
Merge pull request #232 from AttorneyOnline/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.4
Bump JamesIves/github-pages-deploy-action from 4.0.0 to 4.6.4
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9619453..d96da3a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Build Project run: npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.0.0 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy. |
