Skip to content

Commit

Permalink
server: bump github actions versions (#4652)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach authored Mar 19, 2024
1 parent d8cf8f8 commit b2c78e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:

steps:
- name: Delete previous automatic deployments
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
GITHUB_SHA_HEAD: ${{ github.sha }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Changelog bot install token
id: changelog-bot
uses: getsentry/action-github-app-token@v2
uses: getsentry/action-github-app-token@v3
with:
app_id: ${{ secrets.CHANGELOGBOT_APPID }}
private_key: ${{ secrets.CHANGELOGBOT_PRIVATEKEY }}
Expand Down

0 comments on commit b2c78e0

Please sign in to comment.