Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(github-actions): bump the github-actions group with 2 updates #53

Merged
merged 2 commits into from
May 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading