Skip to content

Commit

Permalink
Merge pull request #238 from dictyBase/dependabot/github_actions/deve…
Browse files Browse the repository at this point in the history
…lop/actions/checkout-4

build(deps): bump actions/checkout from 2 to 4
  • Loading branch information
kodiakhq[bot] authored Sep 9, 2023
2 parents 8a289a4 + 2a54c19 commit eb1719c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- 8529/tcp
steps:
- name: check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: set up golang
uses: actions/setup-go@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Create Pull Request
env:
GH_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.20.6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
go-version: 1.17.x
- name: check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: set up docker buildx
uses: docker/setup-buildx-action@v2
- name: cache docker layers
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
needs: build
steps:
- name: check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: download deployment artifact
uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
go-version: '~1.20.6'
- name: check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: unit test
run: go test -parallel 4 -covermode=atomic -coverprofile=profile.cov -v ./...
env:
Expand Down

0 comments on commit eb1719c

Please sign in to comment.