File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 64
64
# See: https://foss.heptapod.net/pypy/pypy/-/issues/3809
65
65
TEST_SOCKETCAN : " ${{ matrix.os == 'ubuntu-latest' && ! startsWith(matrix.python-version, 'pypy' ) }}"
66
66
- name : Coveralls Parallel
67
- uses : coverallsapp/github-action@master
67
+ uses : coverallsapp/github-action@v2
68
68
with :
69
69
github-token : ${{ secrets.github_token }}
70
70
flag-name : Unittests-${{ matrix.os }}-${{ matrix.python-version }}
@@ -76,17 +76,17 @@ jobs:
76
76
runs-on : ubuntu-latest
77
77
steps :
78
78
- name : Coveralls Finished
79
- uses : coverallsapp/github-action@master
79
+ uses : coverallsapp/github-action@v2
80
80
with :
81
81
github-token : ${{ secrets.github_token }}
82
82
parallel-finished : true
83
83
84
84
static-code-analysis :
85
85
runs-on : ubuntu-latest
86
86
steps :
87
- - uses : actions/checkout@v3
87
+ - uses : actions/checkout@v4
88
88
- name : Set up Python
89
- uses : actions/setup-python@v4
89
+ uses : actions/setup-python@v5
90
90
with :
91
91
python-version : " 3.10"
92
92
- name : Install dependencies
@@ -123,9 +123,9 @@ jobs:
123
123
format :
124
124
runs-on : ubuntu-latest
125
125
steps :
126
- - uses : actions/checkout@v3
126
+ - uses : actions/checkout@v4
127
127
- name : Set up Python
128
- uses : actions/setup-python@v4
128
+ uses : actions/setup-python@v5
129
129
with :
130
130
python-version : " 3.10"
131
131
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments