File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6969
7070 - name : Cache commons
7171 id : commons
72- uses : actions/cache@v3
72+ uses : actions/cache@v4
7373 with :
7474 path : dist/
7575 key : commons-${{ github.sha }}
8989 - uses : actions/checkout@v4
9090
9191 - name : Set up Python
92- uses : actions/setup-python@v4
92+ uses : actions/setup-python@v5
9393 with :
9494 python-version : " 3.12"
9595
@@ -124,7 +124,7 @@ jobs:
124124
125125 - name : Get commons from cache
126126 id : commons
127- uses : actions/cache@v3
127+ uses : actions/cache@v4
128128 with :
129129 path : dist/
130130 key : commons-${{ github.sha }}
@@ -165,7 +165,7 @@ jobs:
165165
166166 - name : Get commons from cache
167167 id : commons
168- uses : actions/cache@v3
168+ uses : actions/cache@v4
169169 with :
170170 path : dist/
171171 key : commons-${{ github.sha }}
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : ' 3.x'
1919
You can’t perform that action at this time.
0 commit comments