File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 - 3306:3306
101101 options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
102102 postgresql :
103- image : postgres:14
103+ image : postgres:16
104104 env :
105105 POSTGRES_USER : postgres
106106 POSTGRES_PASSWORD : postgres
@@ -112,7 +112,7 @@ jobs:
112112 env :
113113 BUNDLE_GEMFILE : ${{ matrix.gemfile }}
114114 steps :
115- - uses : actions/checkout@v3
115+ - uses : actions/checkout@v5
116116 - name : Setup Bundler 1.x for Rails 4.x
117117 if : ${{ matrix.gemfile == 'gemfiles/rails_4_2.gemfile' || matrix.gemfile == 'gemfiles/rails_4_2_mongoid_5.gemfile' }}
118118 run : echo "BUNDLER_VERSION=1.17.3" >> $GITHUB_ENV
@@ -123,7 +123,7 @@ jobs:
123123 ruby-version : ${{ matrix.ruby }}
124124 bundler-cache : true
125125 bundler : ${{ env.BUNDLER_VERSION || 'latest' }}
126- - uses : supercharge/mongodb-github-action@1.3.0
126+ - uses : supercharge/mongodb-github-action@1.12.1
127127 if : ${{ matrix.devise-token-auth-orm == 'mongoid' }}
128128 - name : Setup Database
129129 run : |
You can’t perform that action at this time.
0 commit comments