Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f44f9bb

Browse filesBrowse files
authored
upgrade github actions reusable workflows
merges #527
1 parent aae59b5 commit f44f9bb
Copy full SHA for f44f9bb

2 files changed

+6-6Lines changed: 6 additions & 6 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/ai-revision.yaml‎

Copy file name to clipboardExpand all lines: .github/workflows/ai-revision.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
shell: bash --login {0}
4141
steps:
4242
- name: Checkout Repo
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v6
4444
with:
4545
ref: ${{ inputs.branch }}
4646
- name: Install environment
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: '3.11'
5050
- name: Install Manubot AI revision dependencies
@@ -64,7 +64,7 @@ jobs:
6464
# https://github.com/manubot/manubot-ai-editor/blob/main/libs/manubot_ai_editor/env_vars.py
6565
run: manubot ai-revision --content-directory content/ --config-directory ci/
6666
- name: Create Pull Request
67-
uses: peter-evans/create-pull-request@v6
67+
uses: peter-evans/create-pull-request@v8
6868
with:
6969
commit-message: 'revise using AI model\n\nUsing the OpenAI model ${{ inputs.model }}'
7070
title: 'AI-based revision using ${{ inputs.model }}'
Collapse file

‎.github/workflows/manubot.yaml‎

Copy file name to clipboardExpand all lines: .github/workflows/manubot.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
shell: bash --login {0}
5151
steps:
5252
- name: Checkout Repository
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v6
5454
with:
5555
# fetch entire commit history to support get_rootstock_commit
5656
fetch-depth: 0
@@ -72,7 +72,7 @@ jobs:
7272
echo "DEFAULT_BRANCH_REF=refs/heads/$DEFAULT_BRANCH" >> $GITHUB_ENV
7373
echo "DEFAULT_BRANCH=$DEFAULT_BRANCH"
7474
- name: Cache
75-
uses: actions/cache@v4
75+
uses: actions/cache@v5
7676
with:
7777
path: ci/cache
7878
key: ci-cache-${{ github.ref }}
@@ -90,7 +90,7 @@ jobs:
9090
- name: Build Manuscript
9191
run: bash build/build.sh
9292
- name: Upload Artifacts
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v6
9494
with:
9595
name: manuscript-${{ github.run_id }}-${{ env.TRIGGERING_SHA_7 }}
9696
path: output

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.