diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-06-09 16:04:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 16:04:08 +0000 |
commit | 0b7c286e55debd947d2607b511c5cea2f9afbac3 (patch) | |
tree | a7629b05b31f2d71ac0bb50f11b43394a7283bd4 /.github/workflows/deploy_github_releases.yml | |
parent | 5a52c40a7f9ac6fc8e0cad1e76af9a6d202d4070 (diff) |
chore(deps): update actions/checkout action to v3.5.3 (#2549)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/deploy_github_releases.yml')
-rw-r--r-- | .github/workflows/deploy_github_releases.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index bb164c2c..c7a31532 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Accept all SDK licenses shell: bash @@ -77,7 +77,7 @@ jobs: needs: build steps: - name: Checkout - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Get Non-Free Release APK uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 |