Skip to content

Bump axios from 1.6.8 to 1.7.4 in /packages/components/pages/f-checkout #5973

Bump axios from 1.6.8 to 1.7.4 in /packages/components/pages/f-checkout

Bump axios from 1.6.8 to 1.7.4 in /packages/components/pages/f-checkout #5973

Workflow file for this run

name: Pull Request Labeler
on: pull_request_target
# By default, pull_request_target runs when the activity type is opened, synchronize, or reopened
# https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#pull_request_target
jobs:
categorise:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/labeler@v3
with:
configuration-path: '.github/component-labeler.yml'
repo-token: '${{ secrets.GITHUB_TOKEN }}'
# Category labels will be removed if they no longer apply
sync-labels: true