maint: update build.yml

This commit is contained in:
Edo 2023-04-26 22:23:34 +01:00 committed by GitHub
parent 2efe11a139
commit 2781c7aebe

View File

@ -25,7 +25,7 @@ jobs:
- Release
steps:
- name: Check out files
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
with:
submodules: true
fetch-depth: 0
@ -97,7 +97,7 @@ jobs:
path: data
- name: Install SSH key
uses: shimataro/ssh-key-action@v2.5.0
uses: shimataro/ssh-key-action@v2.5.1
with:
key: ${{ secrets.BOIII_MASTER_SSH_PRIVATE_KEY }}
known_hosts: "just-a-placeholder-so-we-dont-get-errors"