Skip to content

Commit

Permalink
Bump GH action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
molawson committed May 20, 2024
1 parent ca14d01 commit ac18a5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
sudo sed -i s/peer/trust/g /etc/postgresql/*/main/pg_hba.conf
sudo systemctl start postgresql.service
sudo systemctl start mysql.service
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- uses: amancevice/setup-code-climate@v0
- uses: amancevice/setup-code-climate@v2
name: CodeClimate setup
if: ${{ matrix.coverage == 'true' }}
with:
Expand All @@ -84,7 +84,7 @@ jobs:
Standard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit ac18a5d

Please sign in to comment.