Skip to content

Commit

Permalink
Update the version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
houshengbo authored and knative-prow-robot committed Jan 14, 2025
1 parent 6e4c77e commit 861c7b5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup-go
uses: knative/actions/setup-go@main
Expand All @@ -55,7 +55,7 @@ jobs:
mkdir -p ~/artifacts/build-extension
mkdir -p ~/artifacts/registry
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
cd ${KNATIVE_SERVING_DIR}
./test/upload-test-images.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: ~/artifacts
Expand All @@ -116,7 +116,7 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.28.x
- v1.30.x

ingress:
- istio
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- name: setup-go
uses: knative/actions/setup-go@main

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand All @@ -157,7 +157,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifacts
path: ~/artifacts
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
sudo mv ytt /usr/local/bin
echo "::endgroup::"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 861c7b5

Please sign in to comment.