Skip to content

Commit

Permalink
Upgrade dependencies (#5)
Browse files Browse the repository at this point in the history
* test with diff commit hash

* Upgrade npm dependencies

* ci action at commit
  • Loading branch information
nonrational authored Aug 14, 2023
1 parent 2bf9735 commit 05cc31b
Show file tree
Hide file tree
Showing 4 changed files with 749 additions and 456 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-cache-result-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ jobs:
optional-result: ${{ steps.restore-secondary-cache.outputs.result }}
steps:
- id: restore-cache
uses: parallel-markets/cache-result-action@ebeb91ce76e69649eb0f073225c335373e15fc41
uses: parallel-markets/cache-result-action@f6b4cbf83108f6b777dfc78925e71da352189d05

- id: restore-secondary-cache
uses: parallel-markets/cache-result-action@ebeb91ce76e69649eb0f073225c335373e15fc41
uses: parallel-markets/cache-result-action@f6b4cbf83108f6b777dfc78925e71da352189d05
with:
cache-group: optional

test:
needs: check-sha-result
runs-on: ubuntu-latest
steps:
- uses: parallel-markets/cache-result-action@ebeb91ce76e69649eb0f073225c335373e15fc41
- uses: parallel-markets/cache-result-action@f6b4cbf83108f6b777dfc78925e71da352189d05
with:
result: success

optional-test:
needs: check-sha-result
runs-on: ubuntu-latest
steps:
- uses: parallel-markets/cache-result-action@ebeb91ce76e69649eb0f073225c335373e15fc41
- uses: parallel-markets/cache-result-action@f6b4cbf83108f6b777dfc78925e71da352189d05
with:
result: success
cache-group: optional
Loading

0 comments on commit 05cc31b

Please sign in to comment.