Skip to content

Commit

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

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
teolemon authored Sep 5, 2023
2 parents e6f6cca + 8ea0847 commit ddf4dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: 3.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readme-writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Write README.md
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: develop
# we use a personal access token of openfoodfacts-bot to allow bypassing branch protection rules
Expand Down

0 comments on commit ddf4dc9

Please sign in to comment.