Skip to content

Commit fab2ffe

Browse files
update github action
1 parent d8e1ad1 commit fab2ffe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/upgrade.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: macos-13
1212

1313
steps:
14-
# - name: Checkout repository
15-
# uses: actions/checkout@v3
14+
- name: Checkout repository
15+
uses: actions/checkout@v3
1616

17-
- name: Setup Tools
18-
uses: ./.github/actions/setup-tools
17+
# - name: Setup Tools
18+
# uses: ./.github/actions/setup-tools
1919

2020
- name: List installed Java versions
2121
run: /usr/libexec/java_home -V

0 commit comments

Comments
 (0)