diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-12 16:45:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 16:45:11 +0000 |
commit | 009f16e1ab1f4914a7e2cc89c0fcbe113e7a01bc (patch) | |
tree | f8ee457029986c2ca88bd99646f2892d6e449543 /.github/workflows/deploy_library_releases.yml | |
parent | fc9b8bcf972994cb9ee290f4b0c00855bf9250af (diff) |
chore(deps): update actions/checkout action to v3.5.1 (#2465)
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 dca18afc..0e0c1faa 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1 - name: Set up JDK uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 |