Skip to content

Commit 8bc65cc

Browse files
dependabot[bot]hsbt
authored andcommitted
Bump actions/checkout from 3.1.0 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93ea575...755da8c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d18cb5 commit 8bc65cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- { ruby: 'jruby-head', os: 'ubuntu-latest' }
1919
runs-on: ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
21+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
2222
# libyaml-dev is needed for psych, see https://github.com/ruby/setup-ruby/issues/409
2323
- if: ${{ matrix.os == 'ubuntu-latest' }}
2424
run: sudo apt install libyaml-dev

0 commit comments

Comments
 (0)