Skip to content

Commit eebcd47

Browse files
committed
Use v0.3 of the devcontainers/ci action.
1 parent 6bf5d41 commit eebcd47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
registry: ghcr.io
1212
username: ${{ github.repository_owner }}
1313
password: ${{ secrets.GITHUB_TOKEN }}
14-
- uses: devcontainers/ci@v0.2
14+
- uses: devcontainers/ci@v0.3
1515
with:
1616
push: always
1717
imageName: ghcr.io/rails-lambda/lamby-devcontainer
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v3
2626
- name: Setup & Test
27-
uses: devcontainers/ci@v0.2
27+
uses: devcontainers/ci@v0.3
2828
with:
2929
push: never
3030
cacheFrom: ghcr.io/rails-lambda/lamby-devcontainer

0 commit comments

Comments
 (0)