File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222 - uses : actions/setup-node@v1
2323 - uses : actions/setup-python@v3
2424 with :
4141 runs-on : ubuntu-latest
4242
4343 steps :
44- - uses : actions/checkout@v2
44+ - uses : actions/checkout@v3
4545 - uses : actions/setup-node@v1
4646 - uses : actions/setup-python@v3
4747 with :
6262 runs-on : ubuntu-latest
6363
6464 steps :
65- - uses : actions/checkout@v2
65+ - uses : actions/checkout@v3
6666 - uses : actions/setup-python@v3
6767 with :
6868 python-version : 3.9
@@ -122,7 +122,7 @@ jobs:
122122 SENTRY_PYTHON_TEST_POSTGRES_NAME : ci_test
123123
124124 steps :
125- - uses : actions/checkout@v2
125+ - uses : actions/checkout@v3
126126 - uses : actions/setup-node@v1
127127 - uses : actions/setup-python@v3
128128 with :
Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v2
45+ uses : actions/checkout@v3
4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 name : " Release a new version"
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1919 with :
2020 token : ${{ secrets.GH_RELEASE_PAT }}
2121 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments