File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
40
40
shell : bash --login {0}
41
41
steps :
42
42
- name : Checkout Repo
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
with :
45
45
ref : ${{ inputs.branch }}
46
46
- name : Install environment
47
- uses : actions/setup-python@v4
47
+ uses : actions/setup-python@v5
48
48
with :
49
49
python-version : ' 3.11'
50
50
- name : Install Manubot AI revision dependencies
Original file line number Diff line number Diff line change 50
50
shell : bash --login {0}
51
51
steps :
52
52
- name : Checkout Repository
53
- uses : actions/checkout@v3
53
+ uses : actions/checkout@v4
54
54
with :
55
55
# fetch entire commit history to support get_rootstock_commit
56
56
fetch-depth : 0
@@ -72,14 +72,14 @@ jobs:
72
72
echo "DEFAULT_BRANCH_REF=refs/heads/$DEFAULT_BRANCH" >> $GITHUB_ENV
73
73
echo "DEFAULT_BRANCH=$DEFAULT_BRANCH"
74
74
- name : Cache
75
- uses : actions/cache@v3
75
+ uses : actions/cache@v4
76
76
with :
77
77
path : ci/cache
78
78
key : ci-cache-${{ github.ref }}
79
79
restore-keys : |
80
80
ci-cache-${{ env.DEFAULT_BRANCH_REF }}
81
81
- name : Install Environment
82
- uses : conda-incubator/setup-miniconda@v2
82
+ uses : conda-incubator/setup-miniconda@v3
83
83
with :
84
84
activate-environment : manubot
85
85
environment-file : build/environment.yml
93
93
- name : Build Manuscript
94
94
run : bash build/build.sh
95
95
- name : Upload Artifacts
96
- uses : actions/upload-artifact@v3
96
+ uses : actions/upload-artifact@v4
97
97
with :
98
98
name : manuscript-${{ github.run_id }}-${{ env.TRIGGERING_SHA_7 }}
99
99
path : output
You can’t perform that action at this time.
0 commit comments