Skip to content

Commit b2e8761

Browse files
committed
Update github actions
1 parent fa71baf commit b2e8761

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Set up Python 3.10
39-
uses: actions/setup-python@v2
39+
uses: actions/setup-python@v4
4040
with:
4141
python-version: '3.10'
4242

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
should_skip: ${{ steps.skip_check.outputs.should_skip }}
1818
steps:
1919
- id: skip_check
20-
uses: fkirc/skip-duplicate-actions@master
20+
uses: fkirc/skip-duplicate-actions@v5
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
concurrent_skipping: same_content_newer
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 0
5858

5959
- name: Set up Python ${{ matrix.python-version }}
60-
uses: actions/setup-python@v2
60+
uses: actions/setup-python@v4
6161
with:
6262
python-version: ${{ matrix.python-version }}
6363

@@ -123,7 +123,7 @@ jobs:
123123
run: find reports -type f -exec mv '{}' reports \;
124124

125125
- name: Check coverage
126-
uses: codecov/codecov-action@v2
126+
uses: codecov/codecov-action@v3
127127
with:
128128
directory: ./reports
129129
fail_ci_if_error: true

0 commit comments

Comments
 (0)