diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-17 03:39:37 +0000 |
---|---|---|
committer | matzbot <svn-admin@ruby-lang.org> | 2023-03-17 13:17:30 +0900 |
commit | c7ae6f6ae88bb43287db1c039939293d08694fd8 (patch) | |
tree | 63c3078f3c99e47c97ec650c210b1e0e1d293688 /.github/workflows/baseruby.yml | |
parent | 53ebd484c43581e066e835c9b8887969d53239d3 (diff) | |
download | ruby-c7ae6f6ae88bb43287db1c039939293d08694fd8.tar.gz |
Bump actions/checkout from 3.3.0 to 3.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
- [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/v3.3.0...24cb9080177205b6e8c946b17badbe402adc938f)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/baseruby.yml')
-rw-r--r-- | .github/workflows/baseruby.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml index a6a6fcb2d2..c56e606ffa 100644 --- a/.github/workflows/baseruby.yml +++ b/.github/workflows/baseruby.yml @@ -39,7 +39,7 @@ jobs: - ruby-3.2 steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6 with: path: .downloaded-cache |