Skip to content

Commit 273eac7

Browse files
authored
ci: update CI dependencies (actions, postgres, mongodb) (#1670)
1 parent 0b3995d commit 273eac7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)