Skip to content

Commit

Permalink
chore: update checkout versions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepehr-Sobhani committed Sep 19, 2023
1 parent 5b61e5c commit 0fa4a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
needs: ["install-client-dev-tools", "install-server-dev-tools"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: dev env setup
uses: ./.github/actions/dev-env-setup
- run: pip install -r requirements.txt
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
["docker-build", "install-client-dev-tools", "install-server-dev-tools"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: dev env setup
uses: ./.github/actions/dev-env-setup
- name: run app locally
Expand Down

0 comments on commit 0fa4a03

Please sign in to comment.