mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-13 07:49:54 +00:00
chore(deps): bump crazy-max/ghaction-xgo from 1.7.0 to 1.8.0
Bumps [crazy-max/ghaction-xgo](https://github.com/crazy-max/ghaction-xgo) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/crazy-max/ghaction-xgo/releases) - [Changelog](https://github.com/crazy-max/ghaction-xgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-xgo/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-xgo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
65fcdd51bc
commit
75b640f19c
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.7.0
|
||||
uses: crazy-max/ghaction-xgo@v1.8.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@v1.7.0
|
||||
uses: crazy-max/ghaction-xgo@v1.8.0
|
||||
env:
|
||||
TIME: "${{ steps.current-time.outputs.time }}"
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user