We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45443c8 commit c76efaeCopy full SHA for c76efae
.github/workflows/cut-release.yml
@@ -61,7 +61,7 @@ jobs:
61
gzip clair.tar
62
mv clair.tar.gz clair-${{ needs.config.outputs.version }}.tar.gz
63
- name: Cache Changelog
64
- uses: actions/cache@v2
+ uses: actions/cache@v3
65
id: chglog-cache
66
if: github.event_name != 'workflow_dispatch'
67
with:
.github/workflows/nightly.yml
- id: mod
run: ./.github/script/nightly-module.sh
- id: novelty
path: go.sum
key: novelty-${{ github.sha }}-${{ hashFiles('./go.*') }}
0 commit comments