Skip to content

Commit

Permalink
CI: Use modern version of action-docker-layer-caching (#1835)
Browse files Browse the repository at this point in the history
Fixes #1833.
  • Loading branch information
RyanGlScott authored Mar 7, 2023
1 parent 9d66afc commit af4dc59
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 @@ -561,7 +561,7 @@ jobs:
docker-compose pull
grep -h '^FROM' docker/*.dockerfile | sort -u | awk '{print $2}' | xargs -n1 -P8 docker pull
- uses: satackey/action-docker-layer-caching@v0.0.11
- uses: jpribyl/action-docker-layer-caching@v0.1.1
continue-on-error: true

- shell: bash
Expand Down Expand Up @@ -594,7 +594,7 @@ jobs:
name: "${{ runner.os }}-bins"
path: ./exercises/bin

- uses: satackey/action-docker-layer-caching@v0.0.11
- uses: jpribyl/action-docker-layer-caching@v0.1.1
continue-on-error: true

- shell: bash
Expand Down

1 comment on commit af4dc59

@RyanGlScott
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have said "Fixes #1834", not "Fixes #1833". My apologies for the confusion!

Please sign in to comment.