Skip to content

Commit 68e5c60

Browse files
chore(deps): update github actions (#322)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | digest | `694cdab` -> `26f96df` | | [chromaui/action](https://togithub.com/chromaui/action) | action | digest | `7fb6b04` -> `02b5a71` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), 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://developer.mend.io/github/weareinreach/GLAAD). PR-URL: #322 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 parents 2751d5f + c0607e9 commit 68e5c60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/chromatic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: pnpm install
3434
- name: Publish to Chromatic
35-
uses: chromaui/action@7fb6b0407c69171ce521d08355a825958a5ef81a # v10
35+
uses: chromaui/action@02b5a710f71af9c940a59d15217d5f6135725200 # v10
3636
with:
3737
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
3838
onlyChanged: true

.github/workflows/nextjs_bundle_analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: npx -p nextjs-bundle-analysis report
6767

6868
- name: Upload bundle
69-
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4
69+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4
7070
with:
7171
name: bundle
7272
path: .next/analyze/__bundle_analysis.json

0 commit comments

Comments
 (0)