Skip to content

Commit 2ed2acc

Browse files
authored
Merge pull request #24 from 12noonLLC/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 8c21c70 + 7ae8550 commit 2ed2acc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
# https://github.com/marketplace/actions/github-script
260260
- name: 🧪 Check if release exists with the same name
261261
id: check_release
262-
uses: actions/github-script@v7
262+
uses: actions/github-script@v8
263263
with:
264264
script: |
265265
const name = '${{ steps.get_version.outputs.name }}';

0 commit comments

Comments
 (0)