Skip to content

Commit

Permalink
Merge pull request #92 from WoSai/release/2.5.5
Browse files Browse the repository at this point in the history
bump up some github actions
  • Loading branch information
jacexh committed Sep 6, 2023
2 parents 53e5eea + b586091 commit e0c3f09
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Check out code into Go module directory
- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
name: Set up Go 1.x
with:
go-version: "^1.20"
Expand All @@ -40,7 +40,7 @@ jobs:
git commit -am 'Automated generate protobuf files' && git push origin
set -e
- name: Code Coverage Report
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: coverage.txt
verbose: true
Expand All @@ -55,7 +55,7 @@ jobs:
# with:
# ref: ${{ github.event.pull_request.head.ref }}
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "12"
cache: 'yarn'
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
make sync-module-version version=${{ github.ref_name }}
git status
echo "::set-output name=packages::`git status | grep go.mod | awk '{ split($2,a,"/go.mod"); printf a[1]" "}'`"
echo "package=`git status | grep go.mod | awk '{ split($2,a,"/go.mod"); printf a[1]" "}'`" >> $GITHUB_OUTPUT
- name: Auto Commit
run: |
git config --global user.name 'Github Action'
Expand Down
1 change: 1 addition & 0 deletions pkg/genproto/ultron.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<body>
<div id="root"></div>

<script src="./static/umi.d271c946.js"></script>
<script src="./static/umi.4843b187.js"></script>
</body>
</html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/static/umi.d271c946.js → web/static/umi.4843b187.js

Large diffs are not rendered by default.

0 comments on commit e0c3f09

Please sign in to comment.