Skip to content

Commit f1bcfe7

Browse files
committed
updated github action
1 parent 3aa188d commit f1bcfe7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/test_n_pub.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,16 @@ jobs:
3838
steps:
3939
- run: echo ${{github.ref}}
4040

41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v4
4242

4343
- name: Set up FFmpeg
44-
uses: FedericoCarboni/setup-ffmpeg@v1
44+
uses: FedericoCarboni/setup-ffmpeg@v3
4545
with:
46-
token: ${{ secrets.GITHUB_TOKEN }}
46+
architecture: x64
47+
github-token: ${{ secrets.GITHUB_TOKEN }}
4748

4849
- name: Setup Python ${{ matrix.python-version }}
49-
uses: actions/setup-python@v2
50+
uses: actions/setup-python@v5
5051
with:
5152
python-version: ${{ matrix.python-version }}
5253
architecture: ${{ matrix.arch }}
@@ -68,10 +69,10 @@ jobs:
6869
needs: tests
6970
if: startsWith(github.ref, 'refs/tags')
7071
steps:
71-
- uses: actions/checkout@v2
72+
- uses: actions/checkout@v4
7273

7374
- name: Setup Python
74-
uses: actions/setup-python@v2
75+
uses: actions/setup-python@v5
7576
with:
7677
python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
7778

0 commit comments

Comments
 (0)