diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-16 08:02:00 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 08:02:00 +0530 |
commit | 1aa31824e8336bf939b0971604bb2a552263355c (patch) | |
tree | b00d98839873541cc1b51fff589c82c09ca2371b /.github/workflows/deploy_library_releases.yml | |
parent | 086749aa0c8ace4a2232f4a18437532f0f345a08 (diff) |
chore(deps): update actions/checkout action to v3.4.0 (#2416)
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 a655367c..26862b77 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Set up JDK uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0 |