Skip to content

Commit 704f7d8

Browse files
authored
update action versions (#39234)
1 parent 401844f commit 704f7d8

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/actions/setup-environment-action/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
5959
- name: Cache tox environments
6060
if: ${{ inputs.python-version != '' && inputs.tox-cache == 'true' }}
61-
uses: actions/cache@v3
61+
uses: actions/cache@v6
6262
with:
6363
path: |
6464
sdks/python/target/.tox
@@ -71,7 +71,7 @@ runs:
7171
7272
- name: Install Java
7373
if: ${{ inputs.java-version != '' }}
74-
uses: actions/setup-java@v4
74+
uses: actions/setup-java@v5
7575
with:
7676
distribution: 'temurin'
7777
java-version: ${{ inputs.java-version == 'default' && '21' || inputs.java-version }}

.github/workflows/build_release_candidate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
ref: "v${{ github.event.inputs.RELEASE }}-RC${{ github.event.inputs.RC }}"
6767
repository: apache/beam
6868
- name: Install Java 11
69-
uses: actions/setup-java@v4
69+
uses: actions/setup-java@v5
7070
with:
7171
distribution: 'temurin'
7272
java-version: |
@@ -120,7 +120,7 @@ jobs:
120120
echo "Must provide an apache password to stage artifacts to https://dist.apache.org/repos/dist/dev/beam/"
121121
fi
122122
- name: Install Java 11
123-
uses: actions/setup-java@v4
123+
uses: actions/setup-java@v5
124124
with:
125125
distribution: 'temurin'
126126
java-version: '11'
@@ -277,7 +277,7 @@ jobs:
277277
- name: Free Disk Space (Ubuntu)
278278
uses: jlumbroso/free-disk-space@v1.3.1
279279
- name: Install Java
280-
uses: actions/setup-java@v4
280+
uses: actions/setup-java@v5
281281
with:
282282
distribution: 'temurin'
283283
java-version: |
@@ -338,7 +338,7 @@ jobs:
338338
with:
339339
node-version: '16'
340340
- name: Install Java 21
341-
uses: actions/setup-java@v4
341+
uses: actions/setup-java@v5
342342
with:
343343
distribution: 'temurin'
344344
java-version: '21'
@@ -573,7 +573,7 @@ jobs:
573573
with:
574574
python-version: '3.10'
575575
- name: Install Java 17
576-
uses: actions/setup-java@v4
576+
uses: actions/setup-java@v5
577577
with:
578578
distribution: 'temurin'
579579
java-version: '17'

.github/workflows/typescript_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
python-version: '3.10'
114114
- name: Install Java
115-
uses: actions/setup-java@v4
115+
uses: actions/setup-java@v5
116116
with:
117117
distribution: 'temurin'
118118
java-version: '17'
@@ -180,7 +180,7 @@ jobs:
180180
with:
181181
python-version: '3.10'
182182
- name: Install Java
183-
uses: actions/setup-java@v4
183+
uses: actions/setup-java@v5
184184
with:
185185
distribution: 'temurin'
186186
java-version: '17'

0 commit comments

Comments
 (0)