Skip to content

Commit

Permalink
Upgrade checkout actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Oct 3, 2024
1 parent b691912 commit 07ff2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Git checkout smax-server
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: redis_config_files

Expand Down

0 comments on commit 07ff2cd

Please sign in to comment.