Skip to content

Commit

Permalink
Update to checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric BAIL committed Apr 24, 2023
1 parent 7070259 commit 0242c66
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: go install golang.org/x/tools/cmd/goimports@latest

# Checks-out the repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Run linters
- name: Run go vet
Expand All @@ -44,7 +44,7 @@ jobs:
go-version: ${{ matrix.go-version }}

# Checks-out the repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Run tests
- run: go test -v -cover -race ./...
Expand All @@ -66,7 +66,7 @@ jobs:
go-version: ${{ matrix.go-version }}

# Checks-out the repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Run tests
- run: go build -tags k8s
Expand Down Expand Up @@ -108,12 +108,12 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: fyne-cross

- name: Checkout fyne-io/calculator
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: fyne-io/calculator
path: calculator
Expand Down Expand Up @@ -190,12 +190,12 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: fyne-cross

- name: Checkout fyne-io/terminal
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: fyne-io/terminal
path: terminal
Expand Down

0 comments on commit 0242c66

Please sign in to comment.