Browse Source

Merge pull request #1835 from DioxusLabs/dependabot/github_actions/actions/github-script-7

Bump actions/github-script from 6 to 7
Jonathan Kelley 1 year ago
parent
commit
0feca31a4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/wipe_cache.yml

+ 1 - 1
.github/workflows/wipe_cache.yml

@@ -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: |