Skip to content

Commit

Permalink
Update GHA (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-tpximpact authored Sep 25, 2023
1 parent 196299d commit b4b5944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
DOCKER_REPO: ${{ secrets.DEPLOY_DOCKER_REPOSITORY }}
environment: development
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
ENVIRONMENT: development
PGPASSWORD: postgres
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
environment: ${{ matrix.environment }}
if: github.ref_name == 'main'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b4b5944

Please sign in to comment.