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 - 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"