Skip to content

Commit 16c7edd

Browse files
authored
Update frontend-publish-stage-azure.yml -- updating to actions/checkout@v4 and actions/setup-node@v4
1 parent 3af3cce commit 16c7edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frontend-publish-stage-azure.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
name: 'Job: Build and Deploy React frontend'
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v4
4545
- name: Use Node.js ${{ env.NODE_VERSION }}
46-
uses: actions/setup-node@v1
46+
uses: actions/setup-node@v4
4747
with:
4848
node-version: ${{ env.NODE_VERSION }}
4949
- name: 'Build React Code - npm install, build'

0 commit comments

Comments
 (0)