aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_library_releases.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-04 18:03:41 +0530
committerGitHub <noreply@github.com>2022-10-04 18:03:41 +0530
commit380070d5ffe8af729ee46693373c4834c9f5c1ba (patch)
treeee352eed626b822569c69b312e1259dcbdbf7dc7 /.github/workflows/deploy_library_releases.yml
parenta4c122a4b1c237782e66bcfc4433df575315286a (diff)
chore(deps): update actions/checkout action to v3.1.0 (#2161)
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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml
index 84abc3d3..f0da6145 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@v3.0.2
+ uses: actions/checkout@v3.1.0
- name: Set up JDK
uses: actions/setup-java@v3.5.1