mirror of
https://github.com/irmen/prog8.git
synced 2024-12-23 09:32:43 +00:00
update GitHub action steps
This commit is contained in:
parent
ea6926e57d
commit
a77fde577c
4
.github/workflows/all-ci.yml
vendored
4
.github/workflows/all-ci.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: build and install recent 64tass
|
||||
run: |
|
||||
@ -21,7 +21,7 @@ jobs:
|
||||
sudo make install
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: adopt
|
||||
|
Loading…
Reference in New Issue
Block a user