diff options
| author | Hank <hank@mullvad.net> | 2022-10-17 12:47:48 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-10-18 07:58:24 +0200 |
| commit | e01eeac4b44509d138fc63311a242bbb36ed4648 (patch) | |
| tree | c177217aaf76ed2b87198d71fa5c660627d59f82 /.github | |
| parent | 4f442798935846f3d55f541fe810ce2474e0dffd (diff) | |
| download | mullvadvpn-e01eeac4b44509d138fc63311a242bbb36ed4648.tar.xz mullvadvpn-e01eeac4b44509d138fc63311a242bbb36ed4648.zip | |
Update actions/checkout to v3
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-ktlint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-ktlint.yml b/.github/workflows/android-ktlint.yml index 3ce9d2eb46..ee7ed4b67a 100644 --- a/.github/workflows/android-ktlint.yml +++ b/.github/workflows/android-ktlint.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: # Checkout repository - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Install Ktlint - uses: nbadal/action-ktlint-setup@v1 |
