Skip to content

Commit 966b594

Browse files
Bump actions/checkout from 2 to 3 (#863)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43bcdb4 commit 966b594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
rubocop:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: '3.0'
@@ -33,7 +33,7 @@ jobs:
3333
model-parser: [grape-swagger-entity, grape-swagger-representable, '']
3434
steps:
3535
- name: Check out branch
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v3
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
3939
with:

0 commit comments

Comments
 (0)