2121 - uses : actions/checkout@v4
2222
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : ' ${{ matrix.python-version }}'
2727 cache : ' pip' # caching pip dependencies
@@ -46,18 +46,18 @@ jobs:
4646 - uses : actions/checkout@v4
4747
4848 - name : Set up Python 3.8
49- uses : actions/setup-python@v4
49+ uses : actions/setup-python@v5
5050 with :
5151 python-version : ' 3.8'
5252 cache : ' pip' # caching pip dependencies
5353
5454 - name : Set up Go
55- uses : actions/setup-go@v4
55+ uses : actions/setup-go@v5
5656 with :
5757 go-version : ' 1.20'
5858
5959 - name : Setup java
60- uses : actions/setup-java@v3
60+ uses : actions/setup-java@v4
6161 with :
6262 distribution : ' temurin'
6363 java-version : ' 11'
@@ -100,7 +100,7 @@ jobs:
100100 - uses : actions/checkout@v4
101101
102102 - name : Set up Python 3.8
103- uses : actions/setup-python@v4
103+ uses : actions/setup-python@v5
104104 with :
105105 python-version : ' 3.8'
106106 cache : ' pip' # caching pip dependencies
@@ -111,7 +111,7 @@ jobs:
111111 node-version : 18
112112
113113 - name : Set up Go
114- uses : actions/setup-go@v4
114+ uses : actions/setup-go@v5
115115 with :
116116 go-version : ' 1.20'
117117
0 commit comments