Skip to content

Commit

Permalink
chore(workflows): update github actions (#145)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://togithub.com/actions/cache) | action | digest | `4723a57` -> `58c146c` |
| [cypress-io/github-action](https://togithub.com/cypress-io/github-action) | action | patch | `v5.0.2` -> `v5.0.4` |

---

### Release Notes

<details>
<summary>cypress-io/github-action</summary>

### [`v5.0.4`](https://togithub.com/cypress-io/github-action/releases/tag/v5.0.4)

[Compare Source](https://togithub.com/cypress-io/github-action/compare/v5.0.3...v5.0.4)

**Update Dependencies**

-   [cypress-io/github-action#577
-   [cypress-io/github-action#653
-   [cypress-io/github-action#682
-   [cypress-io/github-action#704

**Docs/Tooling Updates**

-   [cypress-io/github-action#690

includes `/dist` rebuild

### [`v5.0.3`](https://togithub.com/cypress-io/github-action/releases/tag/v5.0.3)

[Compare Source](https://togithub.com/cypress-io/github-action/compare/v5.0.2...v5.0.3)

##### Bug Fixes

-   **deps:** update dependency got to v11.8.6 ([b5134f5](https://togithub.com/cypress-io/github-action/commit/b5134f53897bc8516473dc0e53f72382581de223))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/weareinreach/InReach).



PR-URL: #145
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
kodiakhq[bot] and renovate[bot] committed Jan 9, 2023
2 parents 55c16f5 + ed46fe7 commit e86ec00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
id: pnpm-cache
shell: bash
run: 'echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT'
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3
- uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-steps.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install PNPM
run: npm i -g pnpm
- name: Cypress run
uses: cypress-io/github-action@19ae4d7502bfdedf2a3c47961e02ea209aad367b # v5.0.2
uses: cypress-io/github-action@dc9224ac2de4f7e899f14832c39cbede73dec5b2 # v5.0.4
with:
command: npm run cypress:run:steps
record: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3
- uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Expand Down

0 comments on commit e86ec00

Please sign in to comment.