Skip to content

Commit

Permalink
Merge pull request #333 from CesiumGS/fixCIDepWarnings
Browse files Browse the repository at this point in the history
update docker caching to address CI action deprecation warnings
  • Loading branch information
mattelser authored Jun 9, 2023
2 parents 129f883 + 9e68aa6 commit 586e64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# The -v{num} is a cache key buster to invalidate the Docker image cache
- name: Load Docker image cache
if: matrix.config.name == 'CentOS 7 - GCC'
uses: satackey/action-docker-layer-caching@v0.0.11
uses: jpribyl/action-docker-layer-caching@v0.1.1
continue-on-error: true
with:
key: docker-layer-caching-v1-${{ github.workflow }}-{hash}
Expand Down

0 comments on commit 586e64f

Please sign in to comment.