diff --git a/.github/workflows/perlbrew.sha256 b/.github/workflows/perlbrew.sha256 index d9992912..2623e110 100644 --- a/.github/workflows/perlbrew.sha256 +++ b/.github/workflows/perlbrew.sha256 @@ -1 +1 @@ -c3996e4fae37a0ae01839cdd73752fb7b17e81bac2a8b39712463a7d518c4945 perlbrew.sh +8f254651d2eee188199b3355228eb67166974716081b794ca93b69c8f949c38d perlbrew.sh diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 119d6af8..1ac3069a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -96,7 +96,7 @@ jobs: - name: "Archive CPAN logs on failure" if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: cpan_log path: ~/.cpanm/work/*/build.log diff --git a/Changes b/Changes index bdad7a33..9911fb93 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ LIST OF CHANGES +- Following a release on 07/09/2024, see https://metacpan.org/dist/App-perlbrew/changes, + the checksum of the script served by https://install.perlbrew.pl had changed. + https://install.perlbrew.pl is a redirect to raw + https://github.com/gugod/App-perlbrew/blob/master/perlbrew-install, so + the change originates from GitHub and can be trusted. Our CI flow compares + the checksum of the downloaded script to the expected value. We now store + an updated expected checksum value, which corresponds to the latest release. + - GitHub CI - updated deprecated v2 runner action to v3 + release 101.5.0 (2024-09-04) - Moved the parser for the LIMS reference genome notation from npg_tracking::data::reference::find to a new package