Skip to content

Commit 737ad29

Browse files
committed
DeskClock: Update actions/*
Change-Id: I65c225d4d4b2fa88ef6f8cf5bd130307522372a8
1 parent c01b9dd commit 737ad29

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- name: Checkout repo
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212

1313
- name: Build
1414
uses: ./.github/workflows/build

.github/workflows/build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55

66
steps:
77
- name: Setup JDK 17
8-
uses: actions/setup-java@v4
8+
uses: actions/setup-java@v5
99
with:
1010
distribution: 'zulu'
1111
java-version: 17
@@ -15,7 +15,7 @@ runs:
1515
shell: bash
1616
run: ./gradlew assembleDebug
1717

18-
- uses: actions/upload-artifact@v4
18+
- uses: actions/upload-artifact@v6
1919
with:
2020
name: DeskClock-debug.apk
2121
path: build/outputs/apk/debug/DeskClock-debug.apk

0 commit comments

Comments
 (0)