Skip to content

Commit 78c9fc6

Browse files
committed
GitHub CI: update olegtarasov/get-tag to v2.1
v2 no longer works: Error: Unable to process command '##[set-env name=GIT_TAG_NAME;]v0.5.5' successfully. Error: The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
1 parent bd6923c commit 78c9fc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
- NOXENV: check
3131
- NOXENV: check_docs
3232
- NOXENV: build_docs
33-
env: ${{ matrix.env}}
33+
env: ${{ matrix.env }}
3434
steps:
3535
- uses: actions/checkout@v3
3636
with:
3737
submodules: true
3838
- name: Get tag
39-
uses: olegtarasov/get-tag@v2
39+
uses: olegtarasov/get-tag@v2.1
4040
- name: Install Python ${{ env.current_python }}
4141
uses: actions/setup-python@v4
4242
with:
@@ -299,7 +299,7 @@ jobs:
299299
with:
300300
submodules: true
301301
- name: Get tag
302-
uses: olegtarasov/get-tag@v2
302+
uses: olegtarasov/get-tag@v2.1
303303
- name: Install Python ${{ env.current_python }}
304304
uses: actions/setup-python@v4
305305
with:

0 commit comments

Comments
 (0)