You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +02:00
chore(deps): update actions/cache action to v3 (#4439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
run: sudo apt-get update && sudo apt-get install groovy -y
|
||||
|
||||
- name: Cache Maven Packages
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
${{ runner.os }}-maven-
|
||||
|
||||
- name: Cache Go Packages
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
|
||||
8
.github/workflows/verify-go.yml
vendored
8
.github/workflows/verify-go.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
go-version: '1.18.x'
|
||||
- name: Cache Golang Packages
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-golang-${{ hashFiles('go.sum') }}
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
with:
|
||||
go-version: '1.18.x'
|
||||
- name: Cache Golang Packages
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-golang-format${{ hashFiles('go.sum') }}
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
with:
|
||||
go-version: '1.18.x'
|
||||
- name: Cache Golang Packages
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-golang-generate${{ hashFiles('go.sum') }}
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
with:
|
||||
go-version: '1.18.x'
|
||||
- name: Cache Golang Packages
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-golang-dependencies${{ hashFiles('go.sum') }}
|
||||
|
||||
2
.github/workflows/verify-groovy.yml
vendored
2
.github/workflows/verify-groovy.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
distribution: zulu
|
||||
|
||||
- name: Cache Maven Packages
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
|
||||
Reference in New Issue
Block a user