Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7 (#735)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/github-script action to v7

* FIXES: renovate/actions-github-script-7.x

bumping version number

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Deborah Kaplan <[email protected]>
  • Loading branch information
renovate[bot] and deborahgu authored Dec 11, 2023
1 parent f43526d commit 4b68a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_credentials_requirements_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Create a PR and comment on original PR
- name: create PR
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.REQUIREMENTS_BOT_GITHUB_TOKEN}}
script: |
Expand Down
2 changes: 1 addition & 1 deletion edx_credentials_themes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.22'
__version__ = '0.3.23'

0 comments on commit 4b68a1a

Please sign in to comment.