mirror of https://github.com/daffainfo/nuclei.git
Merge pull request #1775 from projectdiscovery/dependabot/github_actions/dev/actions/cache-3
chore(deps): bump actions/cache from 2 to 3dev
commit
c8ece76f9f
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache Go
|
- name: Cache Go
|
||||||
id: cache-go
|
id: cache-go
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: /home/runner/go
|
path: /home/runner/go
|
||||||
key: ${{ runner.os }}-go
|
key: ${{ runner.os }}-go
|
||||||
|
|
Loading…
Reference in New Issue