diff options
| author | Hank <hank@mullvad.net> | 2022-10-14 15:07:52 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-10-14 15:07:52 +0200 |
| commit | 169121cd2a078fd89abb01672464658c47fe48f5 (patch) | |
| tree | 606f015e1b9e613922ea79e6087fbfb074f1c8aa | |
| parent | 40356ed3d3ef76d61eeaea1dd11738630d70654e (diff) | |
| parent | c21f806c205873ee3762aa40eabd359b2468f41f (diff) | |
| download | mullvadvpn-169121cd2a078fd89abb01672464658c47fe48f5.tar.xz mullvadvpn-169121cd2a078fd89abb01672464658c47fe48f5.zip | |
Merge branch 'unicode-check-workflow'
| -rw-r--r-- | .github/workflows/unicode-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unicode-check.yml b/.github/workflows/unicode-check.yml index 623b34d9e8..2312429056 100644 --- a/.github/workflows/unicode-check.yml +++ b/.github/workflows/unicode-check.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout submodules run: git submodule update --init |
