Skip to content

Commit

Permalink
Merge pull request #711 from m-nakamura145/update-actions-checkout
Browse files Browse the repository at this point in the history
Bump actions/checkout
  • Loading branch information
danielmorrison authored Jul 30, 2024
2 parents 0e019bb + 88b0942 commit 6bafdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
sudo /etc/init.d/mysql start
mysql -e 'CREATE DATABASE audited_test;' -uroot -proot
mysql -e 'SHOW DATABASES;' -uroot -proot
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Copy Gemfile
run: sed 's/\.\././' gemfiles/${{ matrix.appraisal }}.gemfile > Gemfile
- name: Set up Ruby ${{ matrix.ruby }}
Expand Down

0 comments on commit 6bafdeb

Please sign in to comment.