Skip to content

Commit c9254a1

Browse files
committed
update actions
1 parent 6811f92 commit c9254a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# See: https://foss.heptapod.net/pypy/pypy/-/issues/3809
6565
TEST_SOCKETCAN: "${{ matrix.os == 'ubuntu-latest' && ! startsWith(matrix.python-version, 'pypy' ) }}"
6666
- name: Coveralls Parallel
67-
uses: coverallsapp/github-action@master
67+
uses: coverallsapp/github-action@v2
6868
with:
6969
github-token: ${{ secrets.github_token }}
7070
flag-name: Unittests-${{ matrix.os }}-${{ matrix.python-version }}
@@ -76,17 +76,17 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: Coveralls Finished
79-
uses: coverallsapp/github-action@master
79+
uses: coverallsapp/github-action@v2
8080
with:
8181
github-token: ${{ secrets.github_token }}
8282
parallel-finished: true
8383

8484
static-code-analysis:
8585
runs-on: ubuntu-latest
8686
steps:
87-
- uses: actions/checkout@v3
87+
- uses: actions/checkout@v4
8888
- name: Set up Python
89-
uses: actions/setup-python@v4
89+
uses: actions/setup-python@v5
9090
with:
9191
python-version: "3.10"
9292
- name: Install dependencies
@@ -123,9 +123,9 @@ jobs:
123123
format:
124124
runs-on: ubuntu-latest
125125
steps:
126-
- uses: actions/checkout@v3
126+
- uses: actions/checkout@v4
127127
- name: Set up Python
128-
uses: actions/setup-python@v4
128+
uses: actions/setup-python@v5
129129
with:
130130
python-version: "3.10"
131131
- name: Install dependencies

0 commit comments

Comments
 (0)