Skip to content

Commit

Permalink
Bump actions/checkout from 1 to 3
Browse files Browse the repository at this point in the history
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](actions/checkout@v1...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 27, 2023
1 parent 84cd472 commit 5fba11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-32.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
apt install -y build-essential curl openssl libssl-dev zlib1g-dev
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
Expand Down

0 comments on commit 5fba11a

Please sign in to comment.