diff options
| author | Hank <hank@mullvad.net> | 2022-10-17 12:26:01 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-10-18 08:00:34 +0200 |
| commit | 32b697d0992343ee841d349112833136bf3e7ffb (patch) | |
| tree | 9b13f6b66354c53a48b9392ba57363d80bba7c3e /.github | |
| parent | 3ae4a592641dd15178034c67b70190dcc4ba108d (diff) | |
| download | mullvadvpn-32b697d0992343ee841d349112833136bf3e7ffb.tar.xz mullvadvpn-32b697d0992343ee841d349112833136bf3e7ffb.zip | |
Update actions/checkout to v3
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-audit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-audit.yml b/.github/workflows/android-audit.yml index a82da95aac..267727ca80 100644 --- a/.github/workflows/android-audit.yml +++ b/.github/workflows/android-audit.yml @@ -9,7 +9,7 @@ jobs: owasp-dependency-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: | cd android ./gradlew dependencyCheckAnalyze |
