Skip to content

Commit

Permalink
chore(deps): pin dependencies (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 4, 2023
1 parent 6ef62ea commit 70bc038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ jobs:
runs-on: ubuntu-latest
needs: [build, prod-deps]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3
with:
path: ./node_modules
key: prod-deps-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # v3
with:
name: build-output
- uses: denoland/setup-deno@v1
Expand Down

0 comments on commit 70bc038

Please sign in to comment.