Skip to content

Commit 66172ae

Browse files
build(deps): bump actions/checkout from 2 to 3 (#27)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2669a8a commit 66172ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
BUNDLE_GEMFILE: gemfiles/rails${{ matrix.rails-version }}.gemfile
5757
DISPLAY: ":99.0"
5858
steps:
59-
- uses: actions/checkout@v2
59+
- uses: actions/checkout@v3
6060
- uses: ruby/setup-ruby@v1
6161
with:
6262
ruby-version: ${{ matrix.ruby-version }}
@@ -77,7 +77,7 @@ jobs:
7777
- "6.0"
7878
- "5"
7979
steps:
80-
- uses: actions/checkout@v2
80+
- uses: actions/checkout@v3
8181
- name: Test
8282
run: |
8383
docker-compose run --rm ruby-2.7-rails-${{ matrix.rails-version }}

0 commit comments

Comments
 (0)