diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-21 15:21:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 15:21:12 +0000 |
commit | 545da8f79bda905a5cad64fcf3012fdcdabf83b0 (patch) | |
tree | 153f63d8ede8a43c6956b84fbf340d4e7c40ea5d /.github/workflows/deploy_library_releases.yml | |
parent | c57eb841ac1dba412a9a1667c41983ee6415c551 (diff) |
chore(deps): update actions/checkout action to v3.0.2 (#1861)
Co-authored-by: Renovate Bot <bot@renovateapp.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 e34f725e..c59c1364 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.0.2 - name: Set up JDK uses: actions/setup-java@v3.1.1 |