Skip to content

Bump react-router from 6.14.2 to 6.15.0 #3566

Bump react-router from 6.14.2 to 6.15.0

Bump react-router from 6.14.2 to 6.15.0 #3566

Workflow file for this run

name: Build
on:
pull_request_target:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: docker/setup-buildx-action@v2
- uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: ${{ runner.os }}-buildx-
- uses: docker/build-push-action@v4
name: Build
with:
push: false
cache-from: |
type=local,src=/tmp/.buildx-cache