mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
chore(deps): update gh minor (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
23a053edb8
commit
7c9921382a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-check.yml
vendored
4
.github/workflows/run-check.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
||||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# Allow subsequent steps to trigger GitHub Actions via git push
|
||||
|
@ -22,7 +22,7 @@ jobs:
|
|||
persist-credentials: false
|
||||
|
||||
- name: Configure JDK
|
||||
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
|
||||
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
|
Loading…
Reference in a new issue