Skip to content

Commit

Permalink
👷 (actions) github actions :octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 676aca8 commit 20e3587
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/cache-turbo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
steps:
- name: '🔺️ Cache (turbo)'
id: cache-turbo
uses: actions/cache@v3
uses: actions/cache@v4
# id: cache-turbo-restore
# uses: actions/cache/restore@v3
env:
Expand All @@ -40,7 +40,7 @@ runs:
- name: '🔺️ Cache (next)'
id: cache-next
uses: actions/cache@v3
uses: actions/cache@v4
# id: cache-next-restore
# uses: actions/cache/restore@v3
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:

- name: '🎭 Playwright: Check Browser Cache'
id: playwright-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/ms-playwright
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: '🛠️ Deploy (Config)'
id: pull-deploy-config
if: ${{ contains(steps.pull-commit-message.outputs.message, '[b]') }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setOutput('ref', context.payload.pull_request.head.ref)
Expand Down

0 comments on commit 20e3587

Please sign in to comment.