Skip to content

Commit 60e7d4b

Browse files
committed
HPCC4J-666 Update up/download plugin to v4
- Updates deprecated up/download github action plugin Signed-off-by: Rodrigo Pastrana <[email protected]>
1 parent 7bcf259 commit 60e7d4b

4 files changed

+4
-4
lines changed

.github/workflows/JAPIPRBuildAction.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
ref: ${{ github.event.pull_request.head.sha }}
1414
fetch-depth: 0

.github/workflows/baremetal-regression-suite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -m site
3030
python -m pip install --upgrade pip setuptools wheel
3131
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0
3535
fetch-tags: true

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/k8s-regression-suite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
helm repo update
9393
helm install myhpcc hpcc/hpcc -f values.yaml
9494
95-
- uses: actions/checkout@v3
95+
- uses: actions/checkout@v4
9696
with:
9797
ref: ${{ github.event.pull_request.head.sha }}
9898
fetch-depth: 0

0 commit comments

Comments
 (0)