Skip to content

Commit abb94f2

Browse files
authored
Merge pull request #168 from openfoodfacts/dependabot/github_actions/actions/checkout-6.0.0
chore(deps): bump actions/checkout from 4.2.2 to 6.0.0
2 parents 008de97 + 1c0c89c commit abb94f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Steps represent a sequence of tasks that will be executed as part of the job
2020
steps:
2121
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22-
- uses: actions/checkout@v4.2.2
22+
- uses: actions/checkout@v6.0.0
2323
- uses: actions/setup-python@v5.2.0
2424
with:
2525
python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4.2.2
16+
uses: actions/checkout@v6.0.0
1717
with:
1818
# We must fetch at least the immediate parents so that if this is
1919
# a pull request then we can checkout the head.

0 commit comments

Comments
 (0)