GitHub: update caching to maintained fork, continue on error

Since the currently failing step of the sqlc check job is only a cache,
it shouldn't cause the whole job to fail.
So we continue on error but also switch to a maintained fork of the
cache action which should fix the error in the first place.
This commit is contained in:
Oliver Gugger
2023-10-12 12:51:24 +02:00
parent 99a7fad3a1
commit 17a9095612

View File

@@ -51,7 +51,8 @@ jobs:
uses: actions/checkout@v3
- name: docker image cache
uses: satackey/action-docker-layer-caching@v0.0.11
uses: jpribyl/action-docker-layer-caching@v0.1.1
continue-on-error: true
- name: Generate sql models
run: make sqlc-check