diff --git a/.github/workflows/update_labels.yml b/.github/workflows/update_labels.yml index 23a92b3..81207df 100644 --- a/.github/workflows/update_labels.yml +++ b/.github/workflows/update_labels.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: ~/.npm # I'm not entirely sure this is correct. key: ${{ runner.os }}-npm