Skip to content

Commit

Permalink
Merge pull request #78 from WORD-COINS/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
puripuri2100 authored Oct 11, 2023
2 parents 45ed666 + 7d9d178 commit 6a19f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/articles_branch_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
RUN_ID: ${{ github.run_id }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: extract branch name
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master_branch_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
RUN_ID: ${{ github.run_id }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# 事前にarticlesフォルダ内のmarkdownファイルに対してpandocを実行する
- name: convert markdown to latex
Expand Down

0 comments on commit 6a19f1c

Please sign in to comment.