Skip to content

Commit

Permalink
github-workflows: update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jul 6, 2024
1 parent f0ca5b8 commit 816992b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
POSTGRES_DB: dump_test
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: which git || (apt update && apt -y install git)
- run: git init
- if: ${{ matrix.container >= 'ruby:1.9' && matrix.container < 'ruby:2.3' }}
Expand Down

0 comments on commit 816992b

Please sign in to comment.