Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cache/go-rod-browser/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ runs:
using: "composite"
steps:
- if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/rod/browser
key: ${{ runner.os }}-go-rod-browser
restore-keys: |
${{ runner.os }}-go-rod-browser_
- if: ${{ runner.os == 'Windows' }}
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~\AppData\Local\rod\browser
key: ${{ runner.os }}-go-rod-browser
Expand Down
4 changes: 2 additions & 2 deletions cache/nuclei/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ runs:
using: "composite"
steps:
- if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cache/nuclei
key: ${{ runner.os }}-nuclei
restore-keys: |
${{ runner.os }}-nuclei_
- if: ${{ runner.os == 'Windows' }}
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~\AppData\Local\nuclei
Expand Down
2 changes: 1 addition & 1 deletion generate/checksum/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- uses: projectdiscovery/actions/setup/go@v1
with:
go-version: 'stable'
- uses: actions/cache@v5
- uses: actions/cache@v6
with:
path: |
~/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion generate/db-indexer/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
env:
TOKEN: '${{ inputs.token }}'
shell: bash
- uses: actions/cache@v5
- uses: actions/cache@v6
with:
path: |
~/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion golangci-lint/v2/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/cache@v5
- uses: actions/cache@v6
with:
path: |
~/.cache/golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion setup/templateman/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
env:
TOKEN: '${{ inputs.token }}'
shell: bash
- uses: actions/cache@v5
- uses: actions/cache@v6
with:
path: |
~/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion svu-next/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
- uses: projectdiscovery/actions/setup/go@v1
with:
go-version: stable
- uses: actions/cache@v5
- uses: actions/cache@v6
with:
path: |
~/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion templates/stats/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
- uses: projectdiscovery/actions/setup/go@v1
with:
go-version: 'stable'
- uses: actions/cache@v5
- uses: actions/cache@v6
with:
path: |
~/.cache/go-build
Expand Down