From f3b967198d1e53bfe177421ba4f33c0e3d094d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 20:20:47 +0000 Subject: [PATCH] Bump actions/checkout from 1 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linux-32.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-32.yml b/.github/workflows/linux-32.yml index b3af5b6..5ba7299 100644 --- a/.github/workflows/linux-32.yml +++ b/.github/workflows/linux-32.yml @@ -19,7 +19,7 @@ jobs: apt install -y build-essential curl curl -L https://install.perlbrew.pl | bash bash -c " source ~/perl5/perlbrew/etc/bashrc; perlbrew install --notest perl-5.32.0 " - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: run tests env: PERL_USE_UNSAFE_INC: 0