Skip to content

Commit da305a4

Browse files
committed
Update test_readme workflow
1 parent d0782da commit da305a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- run: docker-compose -f test_project/docker-compose.yml -p test_project pull
1818

19-
- uses: satackey/action-docker-layer-caching@v0.0.4
19+
- uses: satackey/action-docker-layer-caching@v0.0.5
2020
with:
2121
key: docker-layer-caching-${{ github.workflow }}-${{ github.event_name }}-{hash}
2222
restore-keys: docker-layer-caching-${{ github.workflow }}-${{ github.event_name }}-
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v2
3535
- run: docker-compose -f test_project/docker-compose.yml -p test_project pull
3636

37-
- uses: satackey/action-docker-layer-caching@v0.0.4
37+
- uses: satackey/action-docker-layer-caching@v0.0.5
3838
with:
3939
key: docker-layer-caching-${{ github.workflow }}-${{ github.event_name }}-{hash}
4040
restore-keys: docker-layer-caching-${{ github.workflow }}-${{ github.event_name }}-

0 commit comments

Comments
 (0)