Skip to content

Commit eb83035

Browse files
committed
Updated workflows actions
1 parent 45a6e33 commit eb83035

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
with:
4343
path: docs
4444

45-
- uses: actions/deploy-pages@v4
45+
- uses: actions/deploy-pages@v5
4646
id: deployment

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Package skills
3131
run: zip -r lobster-skills.zip skills/
3232

33-
- uses: softprops/action-gh-release@v2
33+
- uses: softprops/action-gh-release@v3
3434
with:
3535
generate_release_notes: true
3636
files: |

0 commit comments

Comments
 (0)