aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_library_releases.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-03-02 01:29:46 +0530
committerGitHub <noreply@github.com>2022-03-02 01:29:46 +0530
commit980ebe44dae45888f934e22be85b07b387afe170 (patch)
tree8a067c324e2bc6bd9e2aaf55fda3e8fbe20161f6 /.github/workflows/deploy_library_releases.yml
parent3e4eb5217d4e68377118ffa8cc193ccedf2875c8 (diff)
chore(deps): update actions/checkout action to v3 (#1760)
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.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 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