Skip to content

Commit

Permalink
[CI] Use actions/checkout@v4
Browse files Browse the repository at this point in the history
actions/checkout@v2 is no longer supported.
  • Loading branch information
dajva committed May 5, 2024
1 parent 4885473 commit 5420dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: conao3/setup-cask@master

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install ripgrep
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: sudo apt-get --yes install python3-sphinx

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install emacs deps
run: make deps
Expand Down

0 comments on commit 5420dc6

Please sign in to comment.