diff options
| author | Linus Färnstrand <faern@faern.net> | 2023-01-20 10:54:33 +0100 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2023-01-20 13:18:11 +0100 |
| commit | a545415fe466b34230ae695f19a73a0aa68beef3 (patch) | |
| tree | 19c93160ba3fa753280e3b1e2fed04cbb894b74b /.github | |
| parent | 5339cb02c0896bc068caa78e2161be92446d21eb (diff) | |
| download | mullvadvpn-a545415fe466b34230ae695f19a73a0aa68beef3.tar.xz mullvadvpn-a545415fe466b34230ae695f19a73a0aa68beef3.zip | |
Upgrade checkout action to v3
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cargo-audit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index 07dc4c7035..d7531c53af 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Protoc uses: arduino/setup-protoc@v1 |
