Skip to content

Commit 941c7d1

Browse files
committed
use actions/checkout@v4
Signed-off-by: Javan Lacerda <javanlacerda@google.com>
1 parent 9b3a503 commit 941c7d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/kubernetes-e2e-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- run: | # Needed for git diff to work.
2727
git fetch origin master --depth 1
2828
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
@@ -33,7 +33,7 @@ jobs:
3333
python-version: 3.11
3434

3535
- name: Set up JDK 21
36-
uses: actions/setup-java@v3
36+
uses: actions/setup-java@v4
3737
with:
3838
java-version: '21'
3939
distribution: 'temurin'

0 commit comments

Comments
 (0)