Skip to content

Commit

Permalink
ci: Add checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 2, 2024
1 parent 9d0a041 commit 7937e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: MkDocs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: setenv
run: echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: jcs090218/setup-emacs@master
with:
Expand Down

0 comments on commit 7937e04

Please sign in to comment.