Skip to content

Commit 8538d27

Browse files
authored
Update action.yml
1 parent 101dfba commit 8538d27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runs:
6868
6969
arch="$(uname -m)"
7070
if [[ "$arch" = "arm64" ]] || [[ "$arch" = "aarch64" ]]; then
71-
arch="aarch64"
71+
arch="arm64"
7272
elif [[ "$arch" = "x86_64" ]] ; then
7373
:
7474
else
@@ -89,7 +89,7 @@ runs:
8989
shell: bash
9090
env:
9191
# renovate: datasource=github-releases depName=tofuutils/tenv
92-
TENV_VERSION: 'v4.1.0'
92+
TENV_VERSION: 'v4.7.21'
9393

9494
- run: |
9595
python -m venv venv

0 commit comments

Comments
 (0)