mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
Merge pull request #1835 from DioxusLabs/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
This commit is contained in:
commit
0feca31a4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wipe_cache.yml
vendored
2
.github/workflows/wipe_cache.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clear cache
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
github-token: ${{ secrets.cache_controller }}
|
||||
script: |
|
||||
|
|
Loading…
Reference in a new issue