We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560d769 commit 4b5a6d3Copy full SHA for 4b5a6d3
.github/workflows/testing.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- "master"
7
- pull_request_target:
+ pull_request:
8
9
- "*"
10
schedule:
@@ -27,7 +27,7 @@ jobs:
27
outputs:
28
skip: ${{ steps.result_step.outputs.ci-skip }}
29
steps:
30
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
31
with:
32
fetch-depth: 0
33
- id: result_step
@@ -51,7 +51,7 @@ jobs:
51
run:
52
shell: bash
53
54
55
- name: "Set up python"
56
uses: actions/setup-python@v2
57
@@ -74,7 +74,7 @@ jobs:
74
name: Lint with flake8
75
76
- name: Check out source repository
77
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
78
79
- name: Set up Python environment
80
0 commit comments