mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clear cache
|
- name: Clear cache
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.cache_controller }}
|
github-token: ${{ secrets.cache_controller }}
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in a new issue