From 980ebe44dae45888f934e22be85b07b387afe170 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 01:29:46 +0530 Subject: chore(deps): update actions/checkout action to v3 (#1760) Co-authored-by: Renovate Bot --- .github/workflows/deploy_library_releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/deploy_library_releases.yml') diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index 487eba0e..5a0047c0 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@v2.4.0 + uses: actions/checkout@v3.0.0 - name: Set up JDK uses: actions/setup-java@v3.0.0 -- cgit v1.2.3