Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
f440 authored Aug 2, 2024
1 parent 8bd260a commit 56fac92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/active-record-multi-tenant-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
ruby-version: 3.2
bundler-cache: true
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Rubocop static code analysis
run: |
gem install rubocop
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install python dependencies
run: |
pip install -r docs/requirements.txt
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
APPRAISAL: ${{ matrix.appraisal }}
CITUS_VERSION: ${{ matrix.citus_version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Start Citus Database environment
run: docker-compose up -d
Expand Down

0 comments on commit 56fac92

Please sign in to comment.