Skip to content

Commit b4056b5

Browse files
committed
[CI] Update deprecated actions and commands
1 parent 517ac2a commit b4056b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/core-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
numpy-version: '1.20.3'
3636
steps:
3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v2
38+
uses: actions/setup-python@v4
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141

4242
- name: Checkout repository
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v3
4444

4545
- name: Install numpy ${{ matrix.numpy-version }}
4646
run: |

.github/workflows/io-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
steps:
2828

2929
- name: Checkout repository
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131

3232
- name: Get current year-month
3333
id: date
34-
run: echo "::set-output name=date::$(date +'%Y-%m')"
34+
run: echo "date=$(date +'%Y-%m')" >> $GITHUB_OUTPUT
3535

3636
- name: Get ephy_testing_data current head hash
3737
# the key depend on the last commit repo https://gin.g-node.org/NeuralEnsemble/ephy_testing_data.git

0 commit comments

Comments
 (0)