Skip to content

Commit

Permalink
Use main
Browse files Browse the repository at this point in the history
  • Loading branch information
kimpepper committed Sep 20, 2023
1 parent 8afcb06 commit 706063d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
fi
echo "version=$version" >> $GITHUB_OUTPUT
- name: Setup
uses: skpr/setup-action@v1
uses: skpr/setup-action@main
- name: Info
id: skpr-info
uses: skpr/info-action@v1
uses: skpr/info-action@main
with:
env: ${{ inputs.env }}
- name: Package
Expand Down

0 comments on commit 706063d

Please sign in to comment.