diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-10-18 11:23:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 11:23:34 +0530 |
commit | ba566bc8bc750e8c170118d8475c9bc2566a862e (patch) | |
tree | 00bb2bce20936fcf8469d788eea5ec4d28425ecf /.github/workflows/deploy_library_releases.yml | |
parent | 59861791d3084b078f0edc5504d91ef8f8013542 (diff) |
chore(deps): update actions/checkout action to v4.1.1 (#2728)
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 cdeed2e8..8a80c87f 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up JDK uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 |