Skip to content

Commit

Permalink
main.yml | Version 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 authored Jan 27, 2024
1 parent d54c94f commit 4964578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Current Version: 1.1.7
# Current Version: 1.1.8

name: Build & Release hezhijie0327/CNIPDb

Expand All @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Step 1 - Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4
- name: Step 2 - Setup Go environment
uses: actions/setup-go@v3.3.1
uses: actions/setup-go@v5
with:
check-latest: true
go-version: '>=1.18.0'
Expand Down

0 comments on commit 4964578

Please sign in to comment.