File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
- uses : actions/setup-node@v1
23
23
- uses : actions/setup-python@v3
24
24
with :
41
41
runs-on : ubuntu-latest
42
42
43
43
steps :
44
- - uses : actions/checkout@v2
44
+ - uses : actions/checkout@v3
45
45
- uses : actions/setup-node@v1
46
46
- uses : actions/setup-python@v3
47
47
with :
62
62
runs-on : ubuntu-latest
63
63
64
64
steps :
65
- - uses : actions/checkout@v2
65
+ - uses : actions/checkout@v3
66
66
- uses : actions/setup-python@v3
67
67
with :
68
68
python-version : 3.9
@@ -122,7 +122,7 @@ jobs:
122
122
SENTRY_PYTHON_TEST_POSTGRES_NAME : ci_test
123
123
124
124
steps :
125
- - uses : actions/checkout@v2
125
+ - uses : actions/checkout@v3
126
126
- uses : actions/setup-node@v1
127
127
- uses : actions/setup-python@v3
128
128
with :
Original file line number Diff line number Diff line change 42
42
43
43
steps :
44
44
- name : Checkout repository
45
- uses : actions/checkout@v2
45
+ uses : actions/checkout@v3
46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
name : " Release a new version"
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v3
19
19
with :
20
20
token : ${{ secrets.GH_RELEASE_PAT }}
21
21
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments