Skip to content

Commit

Permalink
chore: bump devcontainers/ci from 0.2 to 0.3 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2023
1 parent 1412cb9 commit d800b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build copa in dev container
uses: devcontainers/ci@v0.2
uses: devcontainers/ci@v0.3
with:
imageName: ${{ env.DEVCON_NAME }}
imageTag: ${{ env.DEVCON_VERSION }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run functional test in dev container
uses: devcontainers/ci@v0.2
uses: devcontainers/ci@v0.3
with:
cacheFrom: ${{ env.DEVCON_NAME }}
push: never
Expand Down

0 comments on commit d800b0f

Please sign in to comment.