File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- run : echo "Branch $GITHUB_REF"
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Set up Python ${{ matrix.python-version }}
26
26
uses : actions/setup-python@v4
27
27
with :
97
97
runs-on : ubuntu-latest
98
98
steps :
99
99
- name : Checkout
100
- uses : actions/checkout@v3
100
+ uses : actions/checkout@v4
101
101
with :
102
102
persist-credentials : false
103
103
- name : Build sphinx
@@ -136,7 +136,7 @@ jobs:
136
136
runs-on : ubuntu-latest
137
137
steps :
138
138
- name : Checkout
139
- uses : actions/checkout@v3
139
+ uses : actions/checkout@v4
140
140
- name : Docker Hub Description # https://github.com/peter-evans/dockerhub-description
141
141
uses : peter-evans/dockerhub-description@v3
142
142
with :
@@ -152,7 +152,7 @@ jobs:
152
152
if : startsWith(github.ref, 'refs/tags/')
153
153
runs-on : ubuntu-latest
154
154
steps :
155
- - uses : actions/checkout@v3
155
+ - uses : actions/checkout@v4
156
156
- name : Set up Python
157
157
uses : actions/setup-python@v4
158
158
with :
You can’t perform that action at this time.
0 commit comments