build(deps): bump actions/github-script from 4.0.2 to 4.1 (#1276)
This commit is contained in:
parent
970a4baf49
commit
f0bc90738f
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
docker-compose run -u root server test
|
docker-compose run -u root server test
|
||||||
- name: Extract version number
|
- name: Extract version number
|
||||||
id: get_version
|
id: get_version
|
||||||
uses: actions/github-script@v4.0.2
|
uses: actions/github-script@v4.1
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
|
|
Reference in a new issue