Skip to content

Commit e4998d2

Browse files
authored
README.md, sample workflow: bump to latest action versions (#1149)
1 parent 55aae25 commit e4998d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
build:
2424
runs-on: ubuntu-22.04
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727

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

3030
- name: Deploy to Netlify
31-
uses: nwtgck/actions-netlify@v2.0
31+
uses: nwtgck/actions-netlify@v2.1
3232
with:
3333
publish-dir: './dist'
3434
production-branch: master

0 commit comments

Comments
 (0)