Skip to content

Commit

Permalink
Merge pull request #183 from vmware-labs/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-2.3.5

Bump actions/checkout from 2.3.4 to 2.3.5
  • Loading branch information
rashedkvm authored Oct 17, 2021
2 parents e6f5721 + c16f15e commit 416eee3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: actions/setup-go@v2.1.4
with:
go-version: 1.15.x
Expand All @@ -34,7 +34,7 @@ jobs:
KO_DOCKER_REPO: registry.local/service-bindings
BUNDLE: registry.local/service-bindings/bundle
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: actions/setup-go@v2.1.4
with:
go-version: 1.15.x
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
REGISTRY_PORT: 5000
BUNDLE: registry.local:5000/service-bindings/bundle
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: vmware-tanzu/carvel-setup-action@v1
- name: Install kind
run: |
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: vmware-tanzu/carvel-setup-action@v1
- name: Install crane
run: |
Expand Down

0 comments on commit 416eee3

Please sign in to comment.