Skip to content

Commit

Permalink
README.md, sample workflow: bump to latest action versions (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Mar 10, 2024
1 parent 55aae25 commit e4998d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# ( Build to ./dist or other directory... )

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v2.0
uses: nwtgck/actions-netlify@v2.1
with:
publish-dir: './dist'
production-branch: master
Expand Down

0 comments on commit e4998d2

Please sign in to comment.