Skip to content

Commit

Permalink
CI: Update action-docker-layer-caching (#74)
Browse files Browse the repository at this point in the history
**Public-Facing Changes**

**Description**
Switches to a maintained fork
  • Loading branch information
jhurliman committed Nov 28, 2022
1 parent 2d524d4 commit 871b897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: satackey/action-docker-layer-caching@v0.0.11
- uses: jpribyl/action-docker-layer-caching@v0.1.0
continue-on-error: true
- run: make lint

Expand All @@ -35,6 +35,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: satackey/action-docker-layer-caching@v0.0.11
- uses: jpribyl/action-docker-layer-caching@v0.1.0
continue-on-error: true
- run: make ${{ matrix.ros_distribution }}-test

0 comments on commit 871b897

Please sign in to comment.