mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-19 11:10:04 +00:00
Merge pull request #82 from HyNetwork/dependabot/github_actions/crazy-max/ghaction-xgo-1.6.1
Bump crazy-max/ghaction-xgo from 1 to 1.6.1
This commit is contained in:
commit
bfed3cb62d
2
.github/workflows/build-master.yml
vendored
2
.github/workflows/build-master.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
id: current-time
|
||||
|
||||
- name: Build
|
||||
uses: crazy-max/ghaction-xgo@v1
|
||||
uses: crazy-max/ghaction-xgo@v1.6.1
|
||||
env:
|
||||
TIME: "${{ steps.current-time.outputs.time }}"
|
||||
with:
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
id: current-time
|
||||
|
||||
- name: Build
|
||||
uses: crazy-max/ghaction-xgo@v1
|
||||
uses: crazy-max/ghaction-xgo@v1.6.1
|
||||
env:
|
||||
TIME: "${{ steps.current-time.outputs.time }}"
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user