actions/checkout@v2 -> actions/checkout@v4 in Github actions.

This commit is contained in:
Zach Laine
2024-09-27 18:32:32 -05:00
parent 0f422d58cb
commit b6fb7dca30

View File

@@ -84,7 +84,7 @@ jobs:
sudo python3 get-pip.py
sudo /usr/local/bin/pip install cmake
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: linux
shell: bash