maint: update build.yml
This commit is contained in:
parent
2efe11a139
commit
2781c7aebe
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
- Release
|
- Release
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files
|
- name: Check out files
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v3.5.2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@ -97,7 +97,7 @@ jobs:
|
|||||||
path: data
|
path: data
|
||||||
|
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: shimataro/ssh-key-action@v2.5.0
|
uses: shimataro/ssh-key-action@v2.5.1
|
||||||
with:
|
with:
|
||||||
key: ${{ secrets.BOIII_MASTER_SSH_PRIVATE_KEY }}
|
key: ${{ secrets.BOIII_MASTER_SSH_PRIVATE_KEY }}
|
||||||
known_hosts: "just-a-placeholder-so-we-dont-get-errors"
|
known_hosts: "just-a-placeholder-so-we-dont-get-errors"
|
||||||
|
Loading…
Reference in New Issue
Block a user