Skip to content

Commit

Permalink
Merge pull request #20 from openfoodfacts/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
teolemon authored Sep 5, 2023
2 parents 8a435a0 + df54479 commit 544e922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: explorer
path: "explorer/"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run pytype
run: docker-compose -f docker-compose-test.yml run impact pytype main.py server.py
- name: Run tests
Expand Down

0 comments on commit 544e922

Please sign in to comment.