Skip to content

Commit 7f53ab3

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)