Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
As stated by eta, updating checkout v2 to v4 and setup v2 to v5, changing version to be updated from go.mod

Co-authored-by: Eta <24918963+Eta0@users.noreply.github.com>
  • Loading branch information
Rexwang8 and Eta0 authored Oct 22, 2024
1 parent ba5b962 commit c39bf0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/TestGPT_BPE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Go 1.19
uses: actions/setup-go@v2
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version-file: 'go.mod'

- name: Build
run: go build -v ./
Expand Down

0 comments on commit c39bf0a

Please sign in to comment.