Skip to content

Commit

Permalink
actions/checkout@v4 -> actions/checkout@v3 in Github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzlaine committed Sep 27, 2024
1 parent b6fb7dc commit 6e5e8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
sudo python3 get-pip.py
sudo /usr/local/bin/pip install cmake
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: linux
shell: bash
Expand Down

0 comments on commit 6e5e8cb

Please sign in to comment.