Merge pull request #604 from diamante0018/main

maint: update build.yml
This commit is contained in:
Maurice Heumann 2023-04-27 08:59:55 +02:00 committed by GitHub
commit 597fe77c46

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"