Skip to content

Commit

Permalink
Merge pull request #278 from liquibase/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
KushnirykOleh authored Apr 12, 2024
2 parents aac4e99 + 84e2320 commit e0ad141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

#look for dependencies in maven
- name: maven-settings-xml-action
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
id-token: 'write'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: configure auth
id: auth
uses: 'google-github-actions/auth@v2'
Expand Down

0 comments on commit e0ad141

Please sign in to comment.