Skip to content

Commit

Permalink
Merge pull request #18 from dotWee/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4
  • Loading branch information
dotWee authored Jan 21, 2024
2 parents 93dcd68 + 5ed7c51 commit 8c21852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# run: echo "docker_tag_latest=${{ github.event.inputs.docker_tag_latest }} push_docker_images=${{ github.event.inputs.push_docker_images }} update_dockerhub_readme=${{ github.event.inputs.update_dockerhub_readme }} synapse_version_name=${{ github.event.inputs.synapse_version_name }} create_github_release_tag=${{ github.event.inputs.create_github_release_tag }}"

- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
if: ${{ github.event.inputs.build_with_cache == 'true' }}
with:
path: /tmp/.buildx-cache
Expand Down

0 comments on commit 8c21852

Please sign in to comment.