diff options
| author | Albin <albin@mullvad.net> | 2024-02-28 09:41:53 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-02-29 17:25:25 +0100 |
| commit | e948f1d09dd05b184ccfb7538879f35ea464fbc1 (patch) | |
| tree | 27a46e10428c58e9b82f5d9671d075f9d473e04b /.github/workflows | |
| parent | 62f164c1c67c3434f6df724048c425739963c8fe (diff) | |
| download | mullvadvpn-e948f1d09dd05b184ccfb7538879f35ea464fbc1.tar.xz mullvadvpn-e948f1d09dd05b184ccfb7538879f35ea464fbc1.zip | |
Bump checkout action
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-app.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 7413b94c50..d39365e45b 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use custom container image if specified if: ${{ github.event.inputs.override_container_image != '' }} @@ -89,7 +89,7 @@ jobs: - name: Checkout repository if: steps.cache-relay-list.outputs.cache-hit != 'true' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Generate if: steps.cache-relay-list.outputs.cache-hit != 'true' @@ -135,7 +135,7 @@ jobs: run: echo "HOME=/root" >> $GITHUB_ENV - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Calculate native lib cache hash id: native-lib-cache-hash @@ -192,7 +192,7 @@ jobs: run: echo "HOME=/root" >> $GITHUB_ENV - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/download-artifact@v3 with: @@ -319,7 +319,7 @@ jobs: run: echo "report_path=/tmp/$UNIQUE_RUN_ID" >> $GITHUB_OUTPUT - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/download-artifact@v3 with: @@ -355,7 +355,7 @@ jobs: needs: [build-app] steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/download-artifact@v3 with: @@ -392,7 +392,7 @@ jobs: arg-spec-file: [mockapi-oss.yml, e2e-play-stagemole.yml] steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/download-artifact@v3 with: |
