diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-14 18:43:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 18:43:41 +0000 |
commit | 5312f2fa5d28de3227a852770cb17a96a5c3f223 (patch) | |
tree | 8fc3b0a40ac396cb2c1b4b08b1281543ebf22b78 /.github/workflows/sync_crowdin.yml | |
parent | 4e179f90f9cacf2d7b1e139c5d0ccd4777f22e8f (diff) |
chore(deps): update actions/checkout action to v3.0.1 (#1844)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github/workflows/sync_crowdin.yml')
-rw-r--r-- | .github/workflows/sync_crowdin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index 414e8727..d6355064 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3.0.1 - name: Set up JDK uses: actions/setup-java@v3.1.1 |