mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-24 21:40:11 +00:00
Bump crazy-max/ghaction-xgo from 1 to 1.6.1
Bumps [crazy-max/ghaction-xgo](https://github.com/crazy-max/ghaction-xgo) from 1 to 1.6.1. - [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...v1.6.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
35e285ff62
commit
8a77935092
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