Skip to content

Commit

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

chore(deps): bump actions/checkout from 3.5.3 to 3.6.0
  • Loading branch information
teolemon authored Aug 25, 2023
2 parents 73ee5f1 + 3a67335 commit 3a07e3e
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@v3.5.3
uses: actions/checkout@v3.6.0
# - 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@v3.5.3
uses: actions/checkout@v3.6.0
- 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@v3.5.3
uses: actions/checkout@v3.6.0
- 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@v3.5.3
uses: actions/checkout@v3.6.0

# 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@v3.5.3
uses: actions/checkout@v3.6.0

- name: Sync translations with Crowdin
uses: crowdin/[email protected]
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@v3.5.3
uses: actions/checkout@v3.6.0

- 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@v3.5.3
- uses: actions/checkout@v3.6.0
- uses: actions/setup-node@v3
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@v3.5.3
- uses: actions/checkout@v3.6.0
- uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2
with:
fastlaneDir: ./fastlane/android/metadata # optional. default is './fastlane/metadata/android'.
Expand Down

0 comments on commit 3a07e3e

Please sign in to comment.