File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 ports :
3232 - 6379:6379
3333 steps :
34- - uses : actions/checkout@v3.1 .0
34+ - uses : actions/checkout@v3.3 .0
3535 - name : Set up Python ${{ matrix.python-version }}
3636 uses : actions/setup-python@v4
3737 with :
7979 - 6379:6379
8080 steps :
8181 - name : Check out Git repository
82- uses : actions/checkout@v3.1 .0
82+ uses : actions/checkout@v3.3 .0
8383 - name : Set up Python ${{ matrix.python-version }}
8484 uses : actions/setup-python@v4
8585 with :
@@ -104,7 +104,7 @@ jobs:
104104 runs-on : ubuntu-latest
105105 steps :
106106 - name : Check out Git repository
107- uses : actions/checkout@v3.1 .0
107+ uses : actions/checkout@v3.3 .0
108108 - name : Set up Python ${{ matrix.python-version }}
109109 uses : actions/setup-python@v4
110110 with :
@@ -129,7 +129,7 @@ jobs:
129129 language : [ 'python' ]
130130 steps :
131131 - name : Checkout repository
132- uses : actions/checkout@v3.1 .0
132+ uses : actions/checkout@v3.3 .0
133133 - name : Initialize CodeQL
134134 uses : github/codeql-action/init@v2
135135 with :
Original file line number Diff line number Diff line change 77 sphinx-build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3.1 .0
10+ - uses : actions/checkout@v3.3 .0
1111 - name : Install Python
1212 uses : actions/setup-python@v4
1313 with :
Original file line number Diff line number Diff line change 66 release :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3.1 .0
9+ - uses : actions/checkout@v3.3 .0
1010 - name : Set up Python 3.10
1111 uses : actions/setup-python@v4
1212 with :
You can’t perform that action at this time.
0 commit comments