Skip to content

Commit

Permalink
Merge pull request #15 from Tamschi/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3
  • Loading branch information
dependabot[bot] authored Mar 21, 2022
2 parents 2b21a85 + 09c15db commit 2e79d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e79d1c

Please sign in to comment.