Skip to content

Commit cd87e5f

Browse files
Bump actions/checkout from 2 to 3
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]>
1 parent b4d7ff7 commit cd87e5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out code
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:
@@ -46,7 +46,7 @@ jobs:
4646
REDIS_BRANCH: ${{ matrix.redis }}
4747
steps:
4848
- name: Check out code
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v3
5050
- name: Print environment variables
5151
run: |
5252
echo "TIMEOUT=${TIMEOUT}"
@@ -97,7 +97,7 @@ jobs:
9797
REDIS_BRANCH: ${{ matrix.redis }}
9898
steps:
9999
- name: Check out code
100-
uses: actions/checkout@v2
100+
uses: actions/checkout@v3
101101
- name: Print environment variables
102102
run: |
103103
echo "TIMEOUT=${TIMEOUT}"

0 commit comments

Comments
 (0)