Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump pat-s/always-upload-cache from 2.1.3 to 2.1.5 #4

Closed
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
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: set golang environment variables
uses: wwmoraes/actions/golang/env@master
- name: cache build
uses: pat-s/[email protected].3
uses: pat-s/[email protected].5
with:
path: ${GOCACHE}
key: ${{ runner.os }}-build-${{ matrix.go-version }}-${{ hashFiles('**/*.go') }}
Expand All @@ -69,7 +69,7 @@ jobs:
- name: set golang environment variables
uses: wwmoraes/actions/golang/env@master
- name: cache lint
uses: pat-s/[email protected].3
uses: pat-s/[email protected].5
with:
path: ${{ env.HOME }}/.cache/golangci-lint
key: ${{ runner.os }}-lint-${{ hashFiles('.golangci.yaml') }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: set golang environment variables
uses: wwmoraes/actions/golang/env@master
- name: cache test
uses: pat-s/[email protected].3
uses: pat-s/[email protected].5
with:
path: ${GOCACHE}
key: ${{ runner.os }}-test-${{ hashFiles('**/*.go') }}
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
with:
fetch-depth: 0
- name: cache sonar scanner
uses: pat-s/[email protected].3
uses: pat-s/[email protected].5
with:
path: ${{ runner.temp }}/sonar-scanner/cache
key: ${{ runner.os }}-sonar-scanner-cache-${{ hashFiles('**/sonar-project.properties') }}
Expand Down