Skip to content

Commit

Permalink
Merge pull request eclipse-xtext#3156 from eclipse/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
cdietrich authored Aug 15, 2024
2 parents 2d67d4f + 2a280f7 commit 2c81dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clear-all-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clear cache
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
console.log("About to clear")
Expand Down

0 comments on commit 2c81dc5

Please sign in to comment.