diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-09-23 00:10:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 00:10:37 +0530 |
commit | 6244bafc35e807c90467606b3904e277bc2457d9 (patch) | |
tree | 73f3a119a73f5a207a0f66e5616dbffe5f4c5c32 /.github/workflows/deploy_library_releases.yml | |
parent | 6b972edf178abb5f6dfb0dfedd50a3c5414b7687 (diff) |
chore(deps): update actions/checkout action to v4.1.0 (#2694)
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 13a8d7bb..d147c621 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Set up JDK uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 |