Skip to content

Commit

Permalink
Merge pull request #134 from rust-cross/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
messense authored Dec 1, 2023
2 parents 91b68a4 + e95af26 commit 4c5eaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: npm install js-yaml
- name: Generate matrix
id: generate-matrix
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 4c5eaf8

Please sign in to comment.