diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-24 07:23:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 07:23:55 +0000 |
commit | 965c80bbe40a61628abf24ac1aa725ee2c043daa (patch) | |
tree | 85d63056670c25de8e50dab132b8f4dd9e0e42cf /.github/workflows/deploy_library_releases.yml | |
parent | bebb804e0191ba9f5e69374c07331b3a1bb300fb (diff) |
chore(deps): update actions/checkout action to v3.5.0 (#2435)
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 26862b77..fdae367a 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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 - name: Set up JDK uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0 |