File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 ports :
3333 - 6379:6379
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v3.1.0
3636 - name : Set up Python ${{ matrix.python-version }}
3737 uses : actions/setup-python@v4
3838 with :
8080 - 6379:6379
8181 steps :
8282 - name : Check out Git repository
83- uses : actions/checkout@v3
83+ uses : actions/checkout@v3.1.0
8484 - name : Set up Python ${{ matrix.python-version }}
8585 uses : actions/setup-python@v4
8686 with :
@@ -105,7 +105,7 @@ jobs:
105105 runs-on : ubuntu-latest
106106 steps :
107107 - name : Check out Git repository
108- uses : actions/checkout@v3
108+ uses : actions/checkout@v3.1.0
109109 - name : Set up Python ${{ matrix.python-version }}
110110 uses : actions/setup-python@v4
111111 with :
@@ -130,7 +130,7 @@ jobs:
130130 language : [ 'python' ]
131131 steps :
132132 - name : Checkout repository
133- uses : actions/checkout@v3
133+ uses : actions/checkout@v3.1.0
134134 - name : Initialize CodeQL
135135 uses : github/codeql-action/init@v2
136136 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@v2
10+ - uses : actions/checkout@v3.1.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
9+ - uses : actions/checkout@v3.1.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