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

Commit af15541

Browse files
author
Takeshi Ikuma (LSUHSC)
committed
updated github action
1 parent 664bb4f commit af15541

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
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- run: echo ${{github.ref}}
3838

39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v4
4040

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

4747
- name: Setup Python ${{ matrix.python-version }}
48-
uses: actions/setup-python@v2
48+
uses: actions/setup-python@v5
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151
architecture: ${{ matrix.arch }}
@@ -68,10 +68,10 @@ jobs:
6868
needs: tests
6969
if: startsWith(github.ref, 'refs/tags')
7070
steps:
71-
- uses: actions/checkout@v2
71+
- uses: actions/checkout@v4
7272

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

0 commit comments

Comments
 (0)