Skip to content

Commit

Permalink
using checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
konzz authored and RafaPolit committed Feb 24, 2025
1 parent 66b75dc commit 608cc56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
create_pre_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: 'staging'
fetch-depth: 0
Expand All @@ -39,7 +39,7 @@ jobs:
run: yarn production-build
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Pre release
run: ./scripts/pre-release.sh ${{ secrets.DEPLOY_SERVER }} ${{ secrets.DEPLOY_USER }} ${{ secrets.GH_TOKEN }}

Expand Down

0 comments on commit 608cc56

Please sign in to comment.