mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
Merge pull request #378 from HyNetwork/dependabot/github_actions/crazy-max/ghaction-xgo-2.1.0
chore(deps): bump crazy-max/ghaction-xgo from 2.0.0 to 2.1.0
This commit is contained in:
commit
b9d0108af3
2 changed files with 2 additions and 2 deletions
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@v2.0.0
|
||||
uses: crazy-max/ghaction-xgo@v2.1.0
|
||||
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 (tun)
|
||||
uses: crazy-max/ghaction-xgo@v2.0.0
|
||||
uses: crazy-max/ghaction-xgo@v2.1.0
|
||||
env:
|
||||
TIME: "${{ steps.current-time.outputs.time }}"
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue