Skip to content

Commit

Permalink
Update to setup-postgres-action 1.0.2 and oracle 1.5.1 to fix os type…
Browse files Browse the repository at this point in the history
… issue (#1644)

* Update to setup-postgres-action 1.0.2

* Oracle
  • Loading branch information
andreasohlund authored Dec 4, 2024
1 parent 549b943 commit de0f136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
extra-params: "Encrypt=False;"
- name: Setup PostgreSql 15.x
if: matrix.engine == 'PostgreSql'
uses: Particular/setup-postgres-action@v1.0.1
uses: Particular/setup-postgres-action@v1.0.2
with:
connection-string-name: PostgreSqlConnectionString
tag: SqlPersistence
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup Oracle
id: setup-oracle
if: matrix.engine == 'Oracle'
uses: Particular/setup-oracle-action@v1.5.0
uses: Particular/setup-oracle-action@v1.5.1
with:
connection-string-name: OracleConnectionString
init-script: ./.github/workflows/scripts/setup-oracle-database-users-and-permissions.sql
Expand Down

0 comments on commit de0f136

Please sign in to comment.