Skip to content

Commit 4672f29

Browse files
authored
Merge pull request #138 from openfoodfacts/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 5cd6948 + fda1e6d commit 4672f29

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-slim
1515
environment: release
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with: # Load existing tags to avoid duplicate tag error
1919
fetch-depth: 0
2020
fetch-tags: true

.github/workflows/rubocop-analysis.yml

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

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ruby: [3.2, 3.3, 3.4]
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Set up Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:

0 commit comments

Comments
 (0)