chore(deps): update dependency axios to v1.7.7 #930
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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連携 や バッチ処理 などを実行するために使うことになるだろう' |