Skip to content

Commit

Permalink
Upgrade github actions script version
Browse files Browse the repository at this point in the history
  • Loading branch information
julien bignon committed Aug 28, 2024
1 parent 8785721 commit 3f88926
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildOnlyModified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
id: extract_version
run: echo "::set-output name=v::$(cat version.properties | grep 'semver' | sed -e 's/^version.semver=//')"
- name: List all releases
uses: actions/github-script@0.3.0
uses: actions/github-script@v7
with:
github-token: ${{ secrets.TOKEN_GITHUB }}
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create_issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
{panel}
- name: Change Title
uses: actions/github-script@0.8.0
uses: actions/github-script@v7
env:
ISSUE_TITLE: ${{ github.event.issue.title}}
with:
Expand All @@ -51,7 +51,7 @@ jobs:
})
- name: Add comment after sync
uses: actions/github-script@0.8.0
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
./gradlew promote --stacktrace
- name: Delete PreRelease
id: delete_prerelease
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
github-token: ${{ secrets.TOKEN_GITHUB }}
script: |
Expand Down

0 comments on commit 3f88926

Please sign in to comment.