Skip to content

Commit f2af535

Browse files
authored
Update main.yml
1 parent 3bd49ae commit f2af535

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
if: github.event_name == 'push'
2727

2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
30+
31+
- uses: jpribyl/action-docker-layer-caching@v0.1.1
32+
continue-on-error: true
3033
# if credentials github needed
3134
# - uses: fusion-engineering/setup-git-credentials@v2
3235
# with:

0 commit comments

Comments
 (0)