File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments