Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed Feb 13, 2024
1 parent 42aba32 commit 25c2674
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-npm-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:

steps:
- name: Checkout aspnetcore repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: 'dotnet/aspnetcore'
ref: 'main'
path: 'main'

- name: Checkout Node-Externals repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: 'dotnet/Node-Externals'
ref: 'main'
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Run npm install to update package-lock.json
shell: pwsh
id: npm-install-script
run:
run: |
./main/.github/workflows/update-npm-dependencies.ps1
- name: Create PR to update the offline package cache
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Update offline-cache submodule
shell: pwsh
run:
run: |
./main/.github/workflows/update-submodule-commit.ps1 ${{ steps.update-offline-package-cache.outputs.pull-request-head-sha }}
- name: Create PR to update package-lock.json and the offline package cache submodule
Expand Down

0 comments on commit 25c2674

Please sign in to comment.