Skip to content

Commit

Permalink
Merge pull request #517 from conda-forge/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
xhochy authored Nov 30, 2023
2 parents d5a62a7 + 422313a commit f09076d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Run Actions script
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const script = require(`${process.env.GITHUB_WORKSPACE}/.github/workflows/conda_release.js`)
Expand Down

0 comments on commit f09076d

Please sign in to comment.