From a9514961aaf62539bea70e968f435c1ae2a90684 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:40:59 +0200 Subject: [PATCH] Switch to the new v7 release tag. --- .github/workflows/pkg.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index 4256f80..4ed81b1 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -19,7 +19,7 @@ on: jobs: full: if: ${{ inputs.single_job == '' || inputs.single_job == 'full' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml#v7 secrets: inherit with: artifact_prefix: full_ @@ -129,11 +129,11 @@ jobs: minimal: if: ${{ inputs.single_job == '' || inputs.single_job == 'minimal' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml#v7 no_test_scripts: if: ${{ inputs.single_job == '' || inputs.single_job == 'no_test_scripts' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml#v7 secrets: inherit with: artifact_prefix: no_test_scripts_ @@ -160,7 +160,7 @@ jobs: default_tests: if: ${{ inputs.single_job == '' || inputs.single_job == 'default_tests' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml#v7 secrets: inherit with: artifact_prefix: default_tests_ @@ -181,7 +181,7 @@ jobs: default_tests_with_upgrades: if: ${{ inputs.single_job == '' || inputs.single_job == 'default_tests_with_upgrades' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml#v7 secrets: inherit with: artifact_prefix: default_tests_with_upgrades_ @@ -239,7 +239,7 @@ jobs: no_tests: if: ${{ inputs.single_job == '' || inputs.single_job == 'no_tests' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml#v7 secrets: inherit with: artifact_prefix: no_tests_ @@ -266,7 +266,7 @@ jobs: no_docker: if: ${{ inputs.single_job == '' || inputs.single_job == 'no_docker' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml#v7 with: artifact_prefix: no_docker_ cross_build_args: --no-default-features @@ -289,7 +289,7 @@ jobs: only_docker: if: ${{ inputs.single_job == '' || inputs.single_job == 'only_docker' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml#v7 secrets: inherit with: artifact_prefix: only_docker_ @@ -319,7 +319,7 @@ jobs: docker_no_secrets: if: ${{ inputs.single_job == '' || inputs.single_job == 'docker_no_secrets' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml#v7 with: artifact_prefix: docker_no_secrets_ @@ -332,7 +332,7 @@ jobs: no_cross: if: ${{ inputs.single_job == '' || inputs.single_job == 'no_cross' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml#v7 secrets: inherit with: artifact_prefix: no_cross_ @@ -377,7 +377,7 @@ jobs: test_with_alt_pkg: if: ${{ inputs.single_job == '' || inputs.single_job == 'test_with_alt_pkg' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml#v7 secrets: inherit with: artifact_prefix: test_with_alt_pkg @@ -403,7 +403,7 @@ jobs: test_with_alt_cargo_toml: if: ${{ inputs.single_job == '' || inputs.single_job == 'test_with_alt_cargo_toml' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml#v7 secrets: inherit with: artifact_prefix: test_with_alt_cargo_toml