Skip to content

Commit

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

chore(deps): bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
teolemon committed May 30, 2024
2 parents 1a42e47 + fbcc3fd commit 19a599c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
# required to run on Linux because this is a docker container action
- name: Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
# - name: Validate metadata
#uses: ashutoshgngwr/validate-fastlane-supply-metadata@v1
# with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# required to run on Linux because this is a docker container action
- name: Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
- name: Validate Android metadata
uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Sync translations with Crowdin
uses: crowdin/github-action@v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- uses: actions/setup-node@v4
with:
node-version: '12'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Validate the Fastlane Metadata of Smoothie
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2
with:
fastlaneDir: ./fastlane/android/metadata # optional. default is './fastlane/metadata/android'.
Expand Down

0 comments on commit 19a599c

Please sign in to comment.