Skip to content

Commit 23caa5d

Browse files
committed
INTEG-2881: update pr workflow to non-deprecated version
1 parent 90d314b commit 23caa5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
ruby-version: 2.5
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: Setup Python
1616
uses: actions/setup-python@v1
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
ruby-version: ${{ env.ruby-version }}
3131

32-
- uses: actions/cache@v2
32+
- uses: actions/cache@v4
3333
with:
3434
path: vendor/bundle
3535
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)