Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pip-b38c54d74d
Browse files Browse the repository at this point in the history
  • Loading branch information
yxtay authored May 18, 2024
2 parents 764d6f6 + 6536e92 commit f353d52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,19 @@ jobs:
buildkit-mounts-${{ runner.os }}
- name: Inject var-cache-apt into docker
uses: reproducible-containers/buildkit-cache-dance@v2
uses: reproducible-containers/buildkit-cache-dance@v3
with:
cache-source: var-cache-apt
cache-target: /var/cache/apt

- name: Inject root-cache-pip into docker
uses: reproducible-containers/buildkit-cache-dance@v2
uses: reproducible-containers/buildkit-cache-dance@v3
with:
cache-source: root-cache-pip
cache-target: /root/.cache/pip

- name: Inject root-cache-pypoetry into docker
uses: reproducible-containers/buildkit-cache-dance@v2
uses: reproducible-containers/buildkit-cache-dance@v3
with:
cache-source: root-cache-pypoetry
cache-target: /root/.cache/pypoetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: size-label
uses: pascalgn/[email protected].0
uses: pascalgn/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IGNORED: |
Expand Down

0 comments on commit f353d52

Please sign in to comment.