summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2024-11-27 07:08:36 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2024-11-27 07:08:36 +0100
commitd3b1ee992ddc8dadba85e21d6cdf7123525b08d0 (patch)
tree16c245e2843ad4cfab976ba06539b730688410db
parent9a3874c0416839646ae17bdea4bcaa8ff56f6268 (diff)
parent18dca80616c7bf7e3959d0b3f73f848fdeb10fde (diff)
downloadmullvadvpn-d3b1ee992ddc8dadba85e21d6cdf7123525b08d0.tar.xz
mullvadvpn-d3b1ee992ddc8dadba85e21d6cdf7123525b08d0.zip
Merge branch 'patch-actions' of github.com:tinyboxvk/mullvadvpn-app
-rw-r--r--.github/workflows/android-app.yml16
-rw-r--r--.github/workflows/android-audit.yml6
-rw-r--r--.github/workflows/android-kotlin-format-check.yml4
-rw-r--r--.github/workflows/android-static-analysis.yml2
-rw-r--r--.github/workflows/android-xml-format-check.yml4
-rw-r--r--.github/workflows/check-changelog.yml2
-rw-r--r--.github/workflows/clippy.yml6
-rw-r--r--.github/workflows/daemon.yml8
-rw-r--r--.github/workflows/desktop-e2e.yml26
-rw-r--r--.github/workflows/frontend.yml2
-rw-r--r--.github/workflows/ios-build-xcode-16.yml2
-rw-r--r--.github/workflows/ios-rust-ffi.yml4
-rw-r--r--.github/workflows/ios-screenshots-creation.yml4
-rw-r--r--.github/workflows/ios-screenshots-tests.yml2
-rw-r--r--.github/workflows/ios-validate-build-schemas.yml2
-rw-r--r--.github/workflows/ios.yml6
-rw-r--r--.github/workflows/proto-format-check.yml2
-rw-r--r--.github/workflows/rust-supply-chain.yml2
-rw-r--r--.github/workflows/rust-unused-dependencies.yml6
-rw-r--r--.github/workflows/rustfmt.yml2
-rw-r--r--.github/workflows/shellcheck.yml2
-rw-r--r--.github/workflows/testframework-clippy.yml4
-rw-r--r--.github/workflows/testframework-rust-supply-chain.yml2
-rw-r--r--.github/workflows/testframework-rustfmt.yml2
-rw-r--r--.github/workflows/testframework.yml8
-rw-r--r--.github/workflows/translations-converter.yml2
-rw-r--r--.github/workflows/translations.yml2
-rw-r--r--.github/workflows/unicode-check.yml2
-rw-r--r--.github/workflows/verify-locked-down-signatures.yml2
-rw-r--r--.github/workflows/yamllint.yml2
30 files changed, 68 insertions, 68 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index bba09b5e95..a016fad97e 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -354,7 +354,7 @@ jobs:
- name: Upload apks
# Using v3 due to v4 being very slow for this artifact.
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: apks
path: android/app/build/outputs/apk
@@ -409,7 +409,7 @@ jobs:
- name: Upload apks
# Using v3 due to v4 being very slow for this artifact.
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: ${{ matrix.test-type }}-instrumentation-apks
path: ${{ matrix.artifact-path }}
@@ -445,14 +445,14 @@ jobs:
uses: actions/checkout@v4
# Using v3 due to v4 being very slow for this artifact.
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
if: ${{ matrix.test-repeat != 0 }}
with:
name: apks
path: android/app/build/outputs/apk
# Using v3 due to v4 being very slow for this artifact.
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
if: ${{ matrix.test-repeat != 0 }}
with:
name: ${{ matrix.test-type }}-instrumentation-apks
@@ -511,14 +511,14 @@ jobs:
uses: actions/checkout@v4
# Using v3 due to v4 being very slow for this artifact.
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
if: ${{ matrix.test-repeat != 0 }}
with:
name: apks
path: android/app/build/outputs/apk
# Using v3 due to v4 being very slow for this artifact.
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
if: ${{ matrix.test-repeat != 0 }}
with:
name: e2e-instrumentation-apks
@@ -574,13 +574,13 @@ jobs:
uses: actions/checkout@v4
# Using v3 due to v4 being very slow for this artifact.
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: apks
path: android/app/build/outputs/apk
# Using v3 due to v4 being very slow for this artifact.
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: ${{ matrix.test-type }}-instrumentation-apks
path: ${{ matrix.path }}
diff --git a/.github/workflows/android-audit.yml b/.github/workflows/android-audit.yml
index 1f45285aee..71ca477937 100644
--- a/.github/workflows/android-audit.yml
+++ b/.github/workflows/android-audit.yml
@@ -30,7 +30,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 != '' }}
@@ -59,7 +59,7 @@ jobs:
- name: Set locale
run: echo "LC_ALL=C.UTF-8" >> $GITHUB_ENV
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Run gradle audit task
run: android/gradlew -p android dependencyCheckAnalyze
@@ -79,7 +79,7 @@ jobs:
- name: Set locale
run: echo "LC_ALL=C.UTF-8" >> $GITHUB_ENV
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Fix git dir
run: git config --global --add safe.directory $(pwd)
diff --git a/.github/workflows/android-kotlin-format-check.yml b/.github/workflows/android-kotlin-format-check.yml
index 7fce9a108f..dec8d0325a 100644
--- a/.github/workflows/android-kotlin-format-check.yml
+++ b/.github/workflows/android-kotlin-format-check.yml
@@ -18,7 +18,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 != '' }}
@@ -44,7 +44,7 @@ jobs:
- name: Fix HOME path
run: echo "HOME=/root" >> $GITHUB_ENV
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Run ktfmt check
run: android/gradlew -p android ktfmtCheck
diff --git a/.github/workflows/android-static-analysis.yml b/.github/workflows/android-static-analysis.yml
index b93b2a5c78..a657807180 100644
--- a/.github/workflows/android-static-analysis.yml
+++ b/.github/workflows/android-static-analysis.yml
@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Scan code
uses: MobSF/mobsfscan@main
diff --git a/.github/workflows/android-xml-format-check.yml b/.github/workflows/android-xml-format-check.yml
index 4c4a1db462..c53322fae6 100644
--- a/.github/workflows/android-xml-format-check.yml
+++ b/.github/workflows/android-xml-format-check.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Resolve container image
run: |
echo "inner_container_image=$(cat ./building/android-container-image.txt)" >> $GITHUB_ENV
@@ -34,7 +34,7 @@ jobs:
- name: Fix HOME path
run: echo "HOME=/root" >> $GITHUB_ENV
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Run tidy
shell: bash
run: |-
diff --git a/.github/workflows/check-changelog.yml b/.github/workflows/check-changelog.yml
index e6205bde7f..ab66a00540 100644
--- a/.github/workflows/check-changelog.yml
+++ b/.github/workflows/check-changelog.yml
@@ -20,7 +20,7 @@ jobs:
changelog: [CHANGELOG.md, ios/CHANGELOG.md, android/CHANGELOG.md]
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: No lines must exceed ${{ env.LINE_LIMIT }} characters
run: |
awk 'length($0) > '$LINE_LIMIT' { print NR ": Line exceeds '$LINE_LIMIT' chars: " $0; found=1 } \
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml
index d847602fb6..5adfb7970a 100644
--- a/.github/workflows/clippy.yml
+++ b/.github/workflows/clippy.yml
@@ -16,7 +16,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 != '' }}
@@ -39,7 +39,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v3
@@ -92,7 +92,7 @@ jobs:
run: echo "HOME=/root" >> $GITHUB_ENV
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout wireguard-go submodule
run: |
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml
index a0d793fa7f..080cdee7b5 100644
--- a/.github/workflows/daemon.yml
+++ b/.github/workflows/daemon.yml
@@ -41,7 +41,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 != '' }}
@@ -73,7 +73,7 @@ jobs:
run: echo "HOME=/root" >> $GITHUB_ENV
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout submodules
run: |
@@ -91,7 +91,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Checkout wireguard-go submodule
run: |
@@ -121,7 +121,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --depth=1
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 6c1e5c99ee..96acdc3c7e 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -95,7 +95,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 != '' }}
run: echo "inner_container_image=${{ github.event.inputs.override_container_image }}"
@@ -119,7 +119,7 @@ jobs:
- name: Fix HOME path
run: echo "HOME=/root" >> $GITHUB_ENV
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout submodules
run: |
git config --global --add safe.directory '*'
@@ -131,7 +131,7 @@ jobs:
run: ./build.sh
- name: Build test executable
run: ./desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
if: '!cancelled()'
with:
name: linux-build
@@ -154,7 +154,7 @@ jobs:
matrix:
os: ${{ fromJSON(needs.prepare-matrices.outputs.linux_matrix) }}
steps:
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
if: ${{ needs.build-linux.result == 'success' }}
with:
name: linux-build
@@ -167,7 +167,7 @@ jobs:
git fetch --tags --prune-tags --force
export TEST_FILTERS="${{ github.event.inputs.tests }}"
./test/scripts/ci-runtests.sh ${{ matrix.os }}
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
if: '!cancelled()'
with:
name: ${{ matrix.os }}_report
@@ -210,7 +210,7 @@ jobs:
- name: Build test executable
shell: bash
run: ./desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
if: '!cancelled()'
with:
name: windows-build
@@ -230,7 +230,7 @@ jobs:
matrix:
os: ${{ fromJSON(needs.prepare-matrices.outputs.windows_matrix) }}
steps:
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
if: ${{ needs.build-windows.result == 'success' }}
with:
name: windows-build
@@ -243,7 +243,7 @@ jobs:
git fetch --tags --prune-tags --force
export TEST_FILTERS="${{ github.event.inputs.tests }}"
./test/scripts/ci-runtests.sh ${{ matrix.os }}
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
if: '!cancelled()'
with:
name: ${{ matrix.os }}_report
@@ -285,7 +285,7 @@ jobs:
run: ./build.sh
- name: Build test executable
run: ./desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
if: '!cancelled()'
with:
name: macos-build
@@ -307,7 +307,7 @@ jobs:
matrix:
os: ${{ fromJSON(needs.prepare-matrices.outputs.macos_matrix) }}
steps:
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
if: ${{ needs.build-macos.result == 'success' }}
with:
name: macos-build
@@ -320,7 +320,7 @@ jobs:
git fetch --tags --prune-tags --force
export TEST_FILTERS="${{ github.event.inputs.tests }}"
./test/scripts/ci-runtests.sh ${{ matrix.os }}
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
if: '!cancelled()'
with:
name: ${{ matrix.os }}_report
@@ -337,7 +337,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
path: ./test/.ci-logs/artifacts
- name: Generate test result matrix
@@ -348,7 +348,7 @@ jobs:
cp ./.ci-logs/artifacts/*_report/*_report ./.ci-logs/
cargo run --bin test-manager format-test-reports ./.ci-logs/*_report \
| tee summary.html >> $GITHUB_STEP_SUMMARY
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
with:
name: summary.html
path: test/summary.html
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index 5d7cec1611..8b80e3b5e0 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout wireguard-go submodule
run: git submodule update --init --depth=1 wireguard-go-rs
diff --git a/.github/workflows/ios-build-xcode-16.yml b/.github/workflows/ios-build-xcode-16.yml
index e59acb6154..90a6b0077b 100644
--- a/.github/workflows/ios-build-xcode-16.yml
+++ b/.github/workflows/ios-build-xcode-16.yml
@@ -26,7 +26,7 @@ jobs:
SOURCE_PACKAGES_PATH: .spm
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Configure cache
uses: actions/cache@v3
diff --git a/.github/workflows/ios-rust-ffi.yml b/.github/workflows/ios-rust-ffi.yml
index 512f9231ac..07c52412a6 100644
--- a/.github/workflows/ios-rust-ffi.yml
+++ b/.github/workflows/ios-rust-ffi.yml
@@ -18,7 +18,7 @@ jobs:
target: [aarch64-apple-ios, aarch64-apple-ios-sim]
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v3
@@ -50,7 +50,7 @@ jobs:
target: [aarch64-apple-ios, aarch64-apple-ios-sim]
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v3
diff --git a/.github/workflows/ios-screenshots-creation.yml b/.github/workflows/ios-screenshots-creation.yml
index 257e5eb789..5db94fda11 100644
--- a/.github/workflows/ios-screenshots-creation.yml
+++ b/.github/workflows/ios-screenshots-creation.yml
@@ -21,7 +21,7 @@ jobs:
TEST_ACCOUNT: ${{ secrets.IOS_TEST_ACCOUNT_NUMBER }}
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Setup go-lang
uses: actions/setup-go@v3
@@ -65,7 +65,7 @@ jobs:
working-directory: ios
- name: Upload screenshot artifacts
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: ios-screenshots
path: ios/Screenshots
diff --git a/.github/workflows/ios-screenshots-tests.yml b/.github/workflows/ios-screenshots-tests.yml
index c4d027fb12..e510bcc35c 100644
--- a/.github/workflows/ios-screenshots-tests.yml
+++ b/.github/workflows/ios-screenshots-tests.yml
@@ -25,7 +25,7 @@ jobs:
TEST_ACCOUNT: ${{ secrets.IOS_TEST_ACCOUNT_NUMBER }}
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Configure cache
uses: actions/cache@v3
diff --git a/.github/workflows/ios-validate-build-schemas.yml b/.github/workflows/ios-validate-build-schemas.yml
index 696483bb09..12f15197d2 100644
--- a/.github/workflows/ios-validate-build-schemas.yml
+++ b/.github/workflows/ios-validate-build-schemas.yml
@@ -26,7 +26,7 @@ jobs:
SOURCE_PACKAGES_PATH: .spm
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Configure cache
uses: actions/cache@v3
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 37eb333ecd..767790d9f1 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -23,7 +23,7 @@ jobs:
brew upgrade swiftformat
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Check formatting
run: |
@@ -36,7 +36,7 @@ jobs:
runs-on: macos-13
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Run swiftlint
run: |
@@ -52,7 +52,7 @@ jobs:
SOURCE_PACKAGES_PATH: .spm
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Configure cache
uses: actions/cache@v3
diff --git a/.github/workflows/proto-format-check.yml b/.github/workflows/proto-format-check.yml
index 4ca95e744f..70905c2005 100644
--- a/.github/workflows/proto-format-check.yml
+++ b/.github/workflows/proto-format-check.yml
@@ -12,7 +12,7 @@ jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Run clang-format for proto files
uses: jidicula/clang-format-action@v4.11.0
with:
diff --git a/.github/workflows/rust-supply-chain.yml b/.github/workflows/rust-supply-chain.yml
index 51cd512cef..6756e36bc6 100644
--- a/.github/workflows/rust-supply-chain.yml
+++ b/.github/workflows/rust-supply-chain.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout wireguard-go submodule
run: git submodule update --init --depth=1 wireguard-go-rs
diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml
index 3c243b98d0..69e253231b 100644
--- a/.github/workflows/rust-unused-dependencies.yml
+++ b/.github/workflows/rust-unused-dependencies.yml
@@ -18,7 +18,7 @@ jobs:
prepare-containers:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Fetch container image names
run: |
@@ -42,7 +42,7 @@ jobs:
run: echo "HOME=/root" >> $GITHUB_ENV
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout submodules
run: |
@@ -74,7 +74,7 @@ jobs:
run: echo "HOME=/root" >> $GITHUB_ENV
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout wireguard-go submodule
run: |
diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml
index 19c7b5331d..85f88a667a 100644
--- a/.github/workflows/rustfmt.yml
+++ b/.github/workflows/rustfmt.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout wireguard-go submodule
run: git submodule update --init --depth=1 wireguard-go-rs
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml
index a0fe536d17..8d5a66c4cd 100644
--- a/.github/workflows/shellcheck.yml
+++ b/.github/workflows/shellcheck.yml
@@ -11,7 +11,7 @@ jobs:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
with:
diff --git a/.github/workflows/testframework-clippy.yml b/.github/workflows/testframework-clippy.yml
index af0bac1aaa..3ebd0fa274 100644
--- a/.github/workflows/testframework-clippy.yml
+++ b/.github/workflows/testframework-clippy.yml
@@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v3
@@ -54,7 +54,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v3
diff --git a/.github/workflows/testframework-rust-supply-chain.yml b/.github/workflows/testframework-rust-supply-chain.yml
index 3e09ee5ed2..9abe79ad6a 100644
--- a/.github/workflows/testframework-rust-supply-chain.yml
+++ b/.github/workflows/testframework-rust-supply-chain.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Run cargo deny (test workspace)
uses: EmbarkStudios/cargo-deny-action@v1
diff --git a/.github/workflows/testframework-rustfmt.yml b/.github/workflows/testframework-rustfmt.yml
index 78045fc744..27996c6e2b 100644
--- a/.github/workflows/testframework-rustfmt.yml
+++ b/.github/workflows/testframework-rustfmt.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1.0.6
diff --git a/.github/workflows/testframework.yml b/.github/workflows/testframework.yml
index cc9c597ded..f8d729d271 100644
--- a/.github/workflows/testframework.yml
+++ b/.github/workflows/testframework.yml
@@ -34,7 +34,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 != '' }}
@@ -66,7 +66,7 @@ jobs:
run: apt update && apt install -y pkg-config libssl-dev libpcap-dev
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Build test framework
working-directory: test
@@ -77,7 +77,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v3
@@ -109,7 +109,7 @@ jobs:
run: echo "HOME=/root" >> $GITHUB_ENV
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Build test runner
working-directory: test
diff --git a/.github/workflows/translations-converter.yml b/.github/workflows/translations-converter.yml
index 15023f973c..fc24845cc7 100644
--- a/.github/workflows/translations-converter.yml
+++ b/.github/workflows/translations-converter.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1.0.6
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml
index 61d2f53827..7e0c7e7d46 100644
--- a/.github/workflows/translations.yml
+++ b/.github/workflows/translations.yml
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
diff --git a/.github/workflows/unicode-check.yml b/.github/workflows/unicode-check.yml
index 09b9d8e26e..407262ffdf 100644
--- a/.github/workflows/unicode-check.yml
+++ b/.github/workflows/unicode-check.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --depth=1 dist-assets/binaries wireguard-go-rs
diff --git a/.github/workflows/verify-locked-down-signatures.yml b/.github/workflows/verify-locked-down-signatures.yml
index 915a54abb6..eee84bf2a7 100644
--- a/.github/workflows/verify-locked-down-signatures.yml
+++ b/.github/workflows/verify-locked-down-signatures.yml
@@ -33,7 +33,7 @@ jobs:
verify-signatures:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Verify signatures
diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml
index a23163a311..eeeb1a867d 100644
--- a/.github/workflows/yamllint.yml
+++ b/.github/workflows/yamllint.yml
@@ -15,6 +15,6 @@ jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- run: sudo apt-get install yamllint
- run: yamllint .