Skip to content

Commit

Permalink
chore: Bump carvel-dev/setup-action from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [carvel-dev/setup-action](https://github.com/carvel-dev/setup-action) from 1 to 2.
- [Release notes](https://github.com/carvel-dev/setup-action/releases)
- [Commits](carvel-dev/setup-action@v1...v2)

---
updated-dependencies:
- dependency-name: carvel-dev/setup-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 787d0ca commit 6de1d79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
go-version: 1.18.x
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: carvel-dev/setup-action@v1
- uses: carvel-dev/setup-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
BUNDLE: registry.local:5000/service-bindings/bundle
steps:
- uses: actions/checkout@v4
- uses: carvel-dev/setup-action@v1
- uses: carvel-dev/setup-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: carvel-dev/setup-action@v1
- uses: carvel-dev/setup-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
Expand Down

0 comments on commit 6de1d79

Please sign in to comment.