.github/workflows: fix warning info from node16 on timezone setting (#3614)

This commit is contained in:
海亮 2024-05-30 20:55:06 +08:00 committed by GitHub
parent 457f7abcf5
commit 6b84a37794
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ jobs:
# TODO: szenius/set-timezone update to node16
# sudo ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
- name: Setup Timezone
uses: szenius/set-timezone@v1.1
uses: szenius/set-timezone@v2.0
with:
timezoneLinux: "Asia/Shanghai"

View File

@ -42,7 +42,7 @@ jobs:
steps:
- name: Setup Timezone
uses: szenius/set-timezone@v1.1
uses: szenius/set-timezone@v2.0
with:
timezoneLinux: "Asia/Shanghai"