Skip to content

Commit

Permalink
Merge pull request #28 from pomerium/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3
  • Loading branch information
calebdoxsey committed Mar 4, 2022
2 parents d600167 + a984e18 commit 256e95c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
go-version: 1.13.x
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Lint Dependencies
run: make build-deps
- name: Lint
Expand All @@ -28,7 +28,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Test
run: make test

Expand All @@ -44,7 +44,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Test
run: make cover
- name: CodeCov
Expand All @@ -67,7 +67,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: build
run: make build
- name: upload artifacts
Expand Down

0 comments on commit 256e95c

Please sign in to comment.