Merge pull request #11 from teaxyz/gha

Update github actions versions
This commit is contained in:
Max Howell 2022-05-04 15:10:48 -04:00 committed by GitHub
commit 5568d3673f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,14 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: Create Deployment
uses: bobheadxi/deployments@v0.6.2
uses: bobheadxi/deployments@v1
id: deployment
with:
step: start
token: ${{ github.token }}
env: aws
- uses: actions/checkout@v2
- uses: actions/checkout@v3
## means s3 sync will only sync things we need syncd
- uses: chetan/git-restore-mtime-action@v1
@ -54,10 +54,11 @@ jobs:
- name: Seal Deployment
uses: bobheadxi/deployments@v0.6.2
uses: bobheadxi/deployments@v1
if: always()
with:
step: finish
token: ${{ github.token }}
status: ${{ job.status }}
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
env: ${{ steps.deployment.outputs.env }}