diff --git a/.github/workflows/New-issue-create-card.yml b/.github/workflows/New-issue-create-card.yml index 1ab098db..2c406221 100644 --- a/.github/workflows/New-issue-create-card.yml +++ b/.github/workflows/New-issue-create-card.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create or Update Project Card - uses: peter-evans/create-or-update-project-card@v1 + uses: peter-evans/create-or-update-project-card@v2 with: project-name: VRMS v0.4 column-name: New Issue Approval diff --git a/.github/workflows/aws-backend-deploy.yml b/.github/workflows/aws-backend-deploy.yml index 6b97b617..277ad8e5 100644 --- a/.github/workflows/aws-backend-deploy.yml +++ b/.github/workflows/aws-backend-deploy.yml @@ -58,7 +58,7 @@ jobs: id: login-ecr uses: aws-actions/amazon-ecr-login@v1 - name: Init Docker Cache - uses: satackey/action-docker-layer-caching@v0.0.11 + uses: jpribyl/action-docker-layer-caching@v0.1.0 with: key: ${{ github.workflow }}-2-{hash} restore-keys: | diff --git a/.github/workflows/aws-frontend-deploy.yml b/.github/workflows/aws-frontend-deploy.yml index 313c7694..9b2b2bbe 100644 --- a/.github/workflows/aws-frontend-deploy.yml +++ b/.github/workflows/aws-frontend-deploy.yml @@ -58,7 +58,7 @@ jobs: id: login-ecr uses: aws-actions/amazon-ecr-login@v1 - name: Init Docker Cache - uses: satackey/action-docker-layer-caching@v0.0.11 + uses: jpribyl/action-docker-layer-caching@v0.1.0 with: key: ${{ github.workflow }}-2-{hash} restore-keys: |