Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
molivasdat authored Oct 11, 2023
1 parent d3a6322 commit 101e22d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/liquibase_rollback_targeted_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: DEV

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Rolling back DEV
uses: docker://liquibase/liquibase
Expand All @@ -54,7 +54,7 @@ jobs:
name: TEST

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Rolling back TEST
uses: docker://liquibase/liquibase
Expand All @@ -68,7 +68,7 @@ jobs:
name: PROD

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Rolling back PROD
uses: docker://liquibase/liquibase
Expand Down

0 comments on commit 101e22d

Please sign in to comment.