Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit c90366d

Browse files
committed
updated github action
1 parent c32a946 commit c90366d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test_n_pub.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- run: echo ${{github.ref}}
4242

43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v4
4444

4545
- name: Set up FFmpeg
4646
uses: FedericoCarboni/setup-ffmpeg@v3
@@ -49,7 +49,7 @@ jobs:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050

5151
- name: Setup Python ${{ matrix.python-version }}
52-
uses: actions/setup-python@v2
52+
uses: actions/setup-python@v5
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555
architecture: ${{ matrix.arch }}
@@ -71,10 +71,10 @@ jobs:
7171
needs: tests
7272
if: startsWith(github.ref, 'refs/tags')
7373
steps:
74-
- uses: actions/checkout@v2
74+
- uses: actions/checkout@v4
7575

7676
- name: Setup Python
77-
uses: actions/setup-python@v2
77+
uses: actions/setup-python@v5
7878
with:
7979
python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
8080

0 commit comments

Comments
 (0)