We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02f002c + ad35fb2 commit c7b46ddCopy full SHA for c7b46dd
2 files changed
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
environment: deploy-to-azure
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- uses: Azure/functions-action@v1
19
with:
20
app-name: GitForWindowsHelper
.github/workflows/pr.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/setup-node@v4
10
11
node-version: 18
12
13
- name: npm install
run: npm install
- name: run ESLint
0 commit comments