Skip to content

Commit

Permalink
Merge pull request #10748 from wellcomecollection/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/all-fe61414b72

Bump the all group with 3 updates
  • Loading branch information
rcantin-w authored Apr 10, 2024
2 parents 92be650 + c081fdb commit 1576873
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@ jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 0
# TODO: Remove this line when we can safely upgrade all our packages
# to versions that support Node 16.
# See https://github.com/wellcomecollection/wellcomecollection.org/pull/9324
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
uses: chromaui/action@v11
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
name: Bundle size diff
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# TODO: Remove this line when we can safely upgrade all our packages
# to versions that support Node 16.
# See https://github.com/wellcomecollection/wellcomecollection.org/pull/9324
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: preactjs/compressed-size-action@v2
Expand Down

0 comments on commit 1576873

Please sign in to comment.