Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Update some CI script, same as ManiVaultStudio/core#712
  • Loading branch information
alxvth authored Oct 31, 2024
1 parent 270ebbc commit 43dbd32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
sudo xcode-select -switch /Applications/Xcode_${{matrix.build-xcode-version}}.app
- name: Setup python version
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: Start ssh key agent
uses: webfactory/ssh-agent@v0.7.0
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.RULESSUPPORT_DEPLOY_KEY }}

Expand Down

0 comments on commit 43dbd32

Please sign in to comment.