Skip to content

Commit

Permalink
Merge pull request #132 from lsst-sqre/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
rra authored Mar 28, 2022
2 parents 2b6a0cd + f88ec9b commit be3bd3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Cache tox environments
id: cache-tox
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: .tox
# requirements/*.txt and pyproject.toml have versioning info
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit be3bd3c

Please sign in to comment.