Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent c0a0341 commit 56418ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-flyway-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Validate input environment
run: scripts/validate-environment.sh ${{ inputs.environment }}

Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Assume AWS DB migration role
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down

0 comments on commit 56418ad

Please sign in to comment.