1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Bump octokit/request-action from 2.1.0 to 2.1.9

Bumps [octokit/request-action](https://github.com/octokit/request-action) from 2.1.0 to 2.1.9.
- [Release notes](https://github.com/octokit/request-action/releases)
- [Commits](https://github.com/octokit/request-action/compare/v2.1.0...v2.1.9)

---
updated-dependencies:
- dependency-name: octokit/request-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-14 13:11:04 +00:00
committed by GitHub
parent 2be41fa916
commit bb0816dd14

View File

@@ -29,7 +29,7 @@ jobs:
id: get_repo_name id: get_repo_name
run: echo "::set-output name=value::${GITHUB_REPOSITORY#*/}" run: echo "::set-output name=value::${GITHUB_REPOSITORY#*/}"
- name: Get last successful build for ${{ github.sha }} - name: Get last successful build for ${{ github.sha }}
uses: octokit/request-action@v2.1.0 uses: octokit/request-action@v2.1.9
id: get_last_scheduled_run id: get_last_scheduled_run
with: with:
route: GET /repos/{owner}/{repo}/actions/runs route: GET /repos/{owner}/{repo}/actions/runs
@@ -50,7 +50,7 @@ jobs:
fi fi
- name: Cancel current run - name: Cancel current run
if: steps.check_if_built.outputs.skip_build == 1 if: steps.check_if_built.outputs.skip_build == 1
uses: octokit/request-action@v2.1.0 uses: octokit/request-action@v2.1.9
with: with:
route: POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel route: POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel
owner: ${{ github.repository_owner }} owner: ${{ github.repository_owner }}