From e4998d22a00290b87e16c257cff52afa98fdaeab Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sun, 10 Mar 2024 01:46:07 +0100 Subject: [PATCH] README.md, sample workflow: bump to latest action versions (#1149) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f4c9014..d2eb8228 100644 --- a/README.md +++ b/README.md @@ -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