Commit fe81cfe6 authored by tom's avatar tom

[skip ci] update actions/github-script workflow version

parent 20863784
......@@ -59,7 +59,7 @@ jobs:
steps:
- name: Getting tags of the two latestest releases
id: tags
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
TAG: ${{ inputs.tag }}
with:
......@@ -108,7 +108,7 @@ jobs:
- name: Looking for commits between two releases
id: commits
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
PREVIOUS_TAG: ${{ steps.tags.outputs.previous }}
LATEST_TAG: ${{ steps.tags.outputs.latest }}
......@@ -137,7 +137,7 @@ jobs:
- name: Looking for issues linked to commits
id: linked_issues
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
COMMITS: ${{ steps.commits.outputs.result }}
with:
......@@ -225,7 +225,7 @@ jobs:
- name: Creating label
id: label_creating
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
LABEL_NAME: ${{ inputs.label_name }}
LABEL_COLOR: ${{ inputs.label_color }}
......@@ -253,7 +253,7 @@ jobs:
- name: Adding label to issues
id: labeling_issues
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
LABEL_NAME: ${{ inputs.label_name }}
ISSUES: ${{ steps.linked_issues.outputs.result }}
......
......@@ -32,7 +32,7 @@ jobs:
steps:
- name: Determine if it is the initial version of the pre-release
id: is_initial
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
TAG: ${{ github.ref_name }}
with:
......
......@@ -37,7 +37,7 @@ jobs:
steps:
- name: Fetching issues linked to pull request
id: linked_issues
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
with:
......
......@@ -12,7 +12,7 @@ jobs:
steps:
- name: Remove label
id: tags
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
LABEL_NAME: pre-release
with:
......
......@@ -48,7 +48,7 @@ jobs:
steps:
- name: Getting project info
id: project_info
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
PROJECT_NAME: ${{ inputs.project_name }}
FIELD_NAME: ${{ inputs.field_name }}
......@@ -131,7 +131,7 @@ jobs:
- name: Getting project items that linked to the issues
id: items
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
ISSUES: ${{ inputs.issues }}
with:
......@@ -193,7 +193,7 @@ jobs:
- name: Updating field value of the project items
id: updating_items
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
ITEMS: ${{ steps.items.outputs.result }}
PROJECT_ID: ${{ steps.project_info.outputs.id }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment