Skip to content

Commit ca80275

Browse files
authored
Update frontend-publish-azure.yml -- Update to actions/checkout@v4 and actions/setup-node@v4
1 parent 1dd1ce5 commit ca80275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
name: 'Job: Build and Deploy React frontend'
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v4
4242
- name: Use Node.js ${{ env.NODE_VERSION }}
43-
uses: actions/setup-node@v1
43+
uses: actions/setup-node@v4
4444
with:
4545
node-version: ${{ env.NODE_VERSION }}
4646
- name: 'Build React Code - npm install, build'

0 commit comments

Comments
 (0)