Skip to content

Commit

Permalink
Bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Dec 5, 2024
1 parent dcf424f commit 8a2ac3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
node-version: 20

- name: Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .yarn/cache
key: yarn-cache-${{ hashFiles('yarn.lock', '.yarnrc.yml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: "contains(github.event.pull_request.body, 'API PR: https://')"

- name: Download API Schema
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v7
with:
repo: SeedCompany/cord-api-v3
workflow: lint.yml
Expand Down

0 comments on commit 8a2ac3b

Please sign in to comment.