Skip to content

Commit 88ad50f

Browse files
chore(deps): update actions/checkout action to v6
1 parent b129e5a commit 88ad50f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/apk-upload-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v6
1515
- name: set up JDK 1.8
1616
uses: actions/setup-java@v1
1717
with:

.github/workflows/build-workflow.yml

Lines changed: 1 addition & 1 deletion
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@v2
11+
- uses: actions/checkout@v6
1212
- name: set up JDK 1.8
1313
uses: actions/setup-java@v1
1414
with:

0 commit comments

Comments
 (0)