Skip to content

chore(deps): update dependency axios to v1.7.7 #930

chore(deps): update dependency axios to v1.7.7

chore(deps): update dependency axios to v1.7.7 #930

Workflow file for this run

on:
- push
# - pull_request
- workflow_dispatch
name: On self-hosted Runners
jobs:
main:
name: On self-hosted Runners
runs-on: ubuntu-22.04
# runs-on: self-hosted
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 'TODO: ジョブを書く'
run: |
echo 'グローバルにマシン環境を汚すものは self-hosted に適していない'
echo '時間がかかる API連携 や バッチ処理 などを実行するために使うことになるだろう'