Skip to content

Commit a108592

Browse files
dependabot[bot]jim80net
authored andcommitted
chore(deps): bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.0) --- 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 bcfed2b commit a108592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rspec_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ruby: [2.5, 2.6, 2.7, '3.0']
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v2.3.5
18+
- uses: actions/checkout@v2.4.0
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
BUNDLE_DEPLOYMENT: true
3333
steps:
34-
- uses: actions/checkout@v2.3.5
34+
- uses: actions/checkout@v2.4.0
3535
- name: Set up Ruby
3636
uses: ruby/setup-ruby@v1
3737
with:

0 commit comments

Comments
 (0)