From daa487da28ced3a021f6efdcb31d6c19936874b7 Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Fri, 5 Jan 2024 14:04:07 -0500 Subject: [PATCH] remove migration brownout, update README re: cessation of support --- README.md | 2 +- action.yml | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 74807b8..a587024 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An action to setup the [GNU Fortran](https://gcc.gnu.org/fortran/) compiler. -**Note:** Maintenance of this action will cease in 2024. If the GCC preinstalled on runner images does not meet your needs, [`fortran-lang/setup-fortran`](https://github.com/fortran-lang/setup-fortran) is recommended. +**Note:** Maintenance of this action has ceased. If the GCC preinstalled on runner images does not meet your needs, [`fortran-lang/setup-fortran`](https://github.com/fortran-lang/setup-fortran) is recommended. diff --git a/action.yml b/action.yml index 7e22365..3b392cb 100644 --- a/action.yml +++ b/action.yml @@ -6,15 +6,9 @@ runs: - name: Migration warning shell: bash run: | - echo "WARNING: This action will be archived on 01/01/24." + echo "WARNING: This action is unsupported." echo "Use fortran-lang/setup-fortran instead (https://github.com/fortran-lang/setup-fortran)." - - name: Migration brownout - uses: wpbonelli/schedule-outage@v1 - with: - probability: 0.1 - message: "This action will be archived on 01/01/24. Use fortran-lang/setup-fortran instead (https://github.com/fortran-lang/setup-fortran)." - - name: Symlink to gfortran (Linux) if: runner.os == 'Linux' shell: bash @@ -59,4 +53,4 @@ runs: run: | gfortran --version gcc --version - g++ --version \ No newline at end of file + g++ --version