Merge pull request #1775 from projectdiscovery/dependabot/github_actions/dev/actions/cache-3

chore(deps): bump actions/cache from 2 to 3
dev
Sandeep Singh 2022-03-29 17:25:02 +05:30 committed by GitHub
commit c8ece76f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Cache Go
id: cache-go
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /home/runner/go
key: ${{ runner.os }}-go