Skip to content

Commit b6ab362

Browse files
authored
Update actions
1 parent e1f2a72 commit b6ab362

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/actions/docker/action.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ runs:
3434
git checkout ${{ github.sha }}
3535
3636
- name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@v1
37+
uses: docker/setup-buildx-action@v2
3838

3939
- name: Cache Docker layers and Dart packages
40-
uses: actions/cache@v2
40+
uses: actions/cache@v3
4141
with:
4242
path: |
4343
/tmp/.buildx-cache
4444
/tmp/.pub-cache
45-
key: ${{ runner.os }}-buildx-${{ github.sha }}
45+
key: ${{ runner.os }}-cache-${{ github.sha }}
4646
restore-keys: |
47-
${{ runner.os }}-buildx-
47+
${{ runner.os }}-cache-
4848
4949
- name: Build development Docker image
50-
uses: docker/build-push-action@v2
50+
uses: docker/build-push-action@v4
5151
with:
5252
# Load the built image into local Docker. Used in the next step.
5353
load: true

0 commit comments

Comments
 (0)