Skip to content

Commit aacac39

Browse files
authored
Merge pull request #170 from openfoodfacts/dependabot/github_actions/actions/checkout-6.0.1
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1
2 parents 376c620 + 2281125 commit aacac39

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@v6.0.0
22+
- uses: actions/checkout@v6.0.1
2323
- uses: actions/setup-python@v6.1.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@v6.0.0
16+
uses: actions/checkout@v6.0.1
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)