Skip to content

Commit 56fac92

Browse files
authored
Update actions/checkout action to v4 (#244)
1 parent 8bd260a commit 56fac92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/active-record-multi-tenant-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
ruby-version: 3.2
2020
bundler-cache: true
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Rubocop static code analysis
2323
run: |
2424
gem install rubocop
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-python@v4
3030
with:
3131
python-version: 3.9
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- name: Install python dependencies
3434
run: |
3535
pip install -r docs/requirements.txt
@@ -66,7 +66,7 @@ jobs:
6666
APPRAISAL: ${{ matrix.appraisal }}
6767
CITUS_VERSION: ${{ matrix.citus_version }}
6868
steps:
69-
- uses: actions/checkout@v3
69+
- uses: actions/checkout@v4
7070

7171
- name: Start Citus Database environment
7272
run: docker-compose up -d

0 commit comments

Comments
 (0)