Skip to content

Commit 73cb964

Browse files
authored
Merge pull request #29 from openfoodfacts/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 3108c69 + 0048820 commit 73cb964

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: explorer
2525
path: "explorer/"
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 1
3030

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
- name: Run pytype
1313
run: docker-compose -f docker-compose-test.yml run impact pytype main.py server.py
1414
- name: Run tests

0 commit comments

Comments
 (0)