From 68268636d8eee7722dfe3242dcba1b1d7d3a85d2 Mon Sep 17 00:00:00 2001 From: mxcl Date: Wed, 4 May 2022 15:08:51 -0400 Subject: [PATCH] Update github actions versions --- .github/workflows/cd.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 19cea05..e5e6285 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 sync’d - 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 }}