Skip to content

Commit

Permalink
update checkout version
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W. Schulz <[email protected]>
  • Loading branch information
koomie committed Apr 11, 2024
1 parent f90cc8c commit ac7301c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt-get install -y locales
sudo locale-gen en_US.UTF-8
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Python prereqs
run: |
python3 -m pip install -r requirements.txt
Expand Down

0 comments on commit ac7301c

Please sign in to comment.