Skip to content

Commit 3108c69

Browse files
authored
Merge pull request #26 from openfoodfacts/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents 1e7c3d7 + ecbdb8e commit 3108c69

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@v4
27+
- uses: actions/checkout@v5
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@v4
11+
uses: actions/checkout@v5
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)