We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 199bf39 + 108699a commit f7fc4dbCopy full SHA for f7fc4db
1 file changed
.github/workflows/release-management.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
steps:
31
- name: Cache Object Files
32
- uses: actions/cache@v1
+ uses: actions/cache@v3
33
with:
34
path: ccache
35
key: ${{ matrix.os_bin }}-${{ github.sha }}
0 commit comments