Update github actions versions

This commit is contained in:
mxcl 2022-05-04 15:08:51 -04:00
parent fcac48f62d
commit 68268636d8
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

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
@ -53,10 +53,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 }}