Skip to content

Commit

Permalink
Merge pull request #1417 from Spiteless/ts.update_github_actions
Browse files Browse the repository at this point in the history
fix: Move away from abandoned satackey action
  • Loading branch information
trillium authored Jul 12, 2023
2 parents 83d0981 + 29be6ae commit 224433a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/New-issue-create-card.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/aws-backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-frontend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 224433a

Please sign in to comment.