Skip to content

Commit

Permalink
update setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiShi1313 committed Nov 27, 2023
1 parent b3d014a commit b669638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-gcsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# Set up Go environment
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: "^1.19.3"

Expand All @@ -69,7 +69,7 @@ jobs:
# Set up Python and dependencies for PyPI upload
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '^3.10'

Expand Down

0 comments on commit b669638

Please sign in to comment.