Skip to content

Commit 6c19013

Browse files
Update actions/checkout action to v6
1 parent 40039b3 commit 6c19013

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/android.yml

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

1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: set up JDK 21
1313
uses: actions/setup-java@v5
1414
with:

.github/workflows/build-and-publish-web.yml

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

2020
# Check out current repository
2121
- name: Fetch Sources
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
# Build application
2525
- name: Build

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: macos-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: actions/setup-java@v5
1717
with:
1818
distribution: 'zulu'

0 commit comments

Comments
 (0)