From 18a454f022b0f50114fe8941f10e24d268e8ff04 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Wed, 15 Mar 2023 23:07:14 +0100 Subject: [PATCH] Deprecate @master --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 9ca9427..5f9797c 100644 --- a/action.yml +++ b/action.yml @@ -17,6 +17,11 @@ inputs: runs: using: 'composite' steps: + - name: 'DEPRECATION WARNING: julia-actions/julia-buildpkg@master will no longer receive updates and will start to error in the future. Please use version tags like julia-actions/julia-buildpkg@v1 or commit SHAs in your workflows!' + run: | + echo "::warning title=DEPRECATION WARNING::julia-actions/julia-buildpkg@master will no longer receive updates and will start to error in the future. Please use version tags like julia-actions/julia-buildpkg@v1 or commit SHAs in your workflows!" + echo "# :warning: DEPRECATION WARNING :warning: julia-actions/julia-buildpkg@master will no longer receive updates and will start to error in the future. Please use version tags like julia-actions/julia-buildpkg@v1 or commit SHAs in your workflows!" >> $GITHUB_STEP_SUMMARY + shell: bash - name: Set and export registry flavor preference run: echo "JULIA_PKG_SERVER_REGISTRY_PREFERENCE=${JULIA_PKG_SERVER_REGISTRY_PREFERENCE:-eager}" >> ${GITHUB_ENV} shell: bash