Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit 8f77ef9

Browse files
authored
Merge pull request #452 from calcom/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
2 parents 23681af + 4a5e02a commit 8f77ef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# note: instead of secrets.GITHUB_TOKEN here, we need to use a PAT
3636
# so that the release creation triggers the image build workflow
3737
- name: "Create release"
38-
uses: "actions/github-script@v6"
38+
uses: "actions/github-script@v7"
3939
with:
4040
github-token: "${{ secrets.ACTIONS_ACCESS_TOKEN }}"
4141
script: |

0 commit comments

Comments
 (0)