Skip to content

Commit

Permalink
chore(actions): Upgrading netlify action (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Apr 12, 2023
1 parent a82355d commit ae32ad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: amannn/action-semantic-pull-request@v4
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
audit:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Package application
run: yarn dist
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.1
uses: nwtgck/actions-netlify@v2.0
with:
alias: ecl-preview-${{ github.event.number }}
publish-dir: 'dist/website'
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Package application
run: yarn dist
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.1
uses: nwtgck/actions-netlify@v2.0
with:
alias: ${{ github.ref_name }}
publish-dir: 'dist/website'
Expand Down

1 comment on commit ae32ad0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.