diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-13 22:52:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 22:52:28 +0530 |
commit | b128c1803c3a31941d2aaf7f13ea932d53223cbc (patch) | |
tree | 6f2a1222961cd2eed074fc3adadea73c53f2bdaf /.github/workflows/deploy_library_releases.yml | |
parent | 38d569a9e2acb4f186fc37b0688fc9d9f87c9b6d (diff) |
chore(deps): update actions/checkout action to v3.5.2 (#2470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/deploy_library_releases.yml')
-rw-r--r-- | .github/workflows/deploy_library_releases.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index e7a9ee01..5baf1759 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Set up JDK uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 |