mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-22 12:29:57 +00:00
Merge pull request #346 from HyNetwork/dependabot/github_actions/crazy-max/ghaction-xgo-2.0.0
chore(deps): bump crazy-max/ghaction-xgo from 1.8.0 to 2.0.0
This commit is contained in:
commit
3cd20f6cdb
2
.github/workflows/build-master.yml
vendored
2
.github/workflows/build-master.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
id: current-time
|
id: current-time
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: crazy-max/ghaction-xgo@v1.8.0
|
uses: crazy-max/ghaction-xgo@v2.0.0
|
||||||
env:
|
env:
|
||||||
TIME: "${{ steps.current-time.outputs.time }}"
|
TIME: "${{ steps.current-time.outputs.time }}"
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
id: current-time
|
id: current-time
|
||||||
|
|
||||||
- name: Build (tun)
|
- name: Build (tun)
|
||||||
uses: crazy-max/ghaction-xgo@v1.8.0
|
uses: crazy-max/ghaction-xgo@v2.0.0
|
||||||
env:
|
env:
|
||||||
TIME: "${{ steps.current-time.outputs.time }}"
|
TIME: "${{ steps.current-time.outputs.time }}"
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user