8000 build(deps): bump actions/cache from 2 to 3 (#1478) · leeworker/sentry-python@7f53ab3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f53ab3

Browse files
build(deps): bump actions/cache from 2 to 3 (getsentry#1478)
1 parent 784f38a commit 7f53ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
python-version: 3.9
124124
- name: Setup build cache
125-
uses: actions/cache@v2
125+
uses: actions/cache@v3
126126
id: build_cache
127127
with:
128128
path: ${{ env.CACHED_BUILD_PATHS }}

0 commit comments

Comments
 (0)
0