Skip to content

Commit

Permalink
action/checkout version4
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed Feb 23, 2024
1 parent c269f10 commit 1453771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build docker image
run: eval ${{ env.BUILD }}
- name: Static analysis
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-20.04
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/rednose_repo'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build Docker image
run: eval ${{ env.BUILD }}
- name: Push to dockerhub
Expand Down

0 comments on commit 1453771

Please sign in to comment.