Skip to content

Commit

Permalink
Merge pull request #38 from joeirimpan/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/github-script-7

chore(deps): Bump actions/github-script from 6 to 7
  • Loading branch information
joeirimpan committed Dec 12, 2023
2 parents 11ff63c + b68d5b7 commit c0995e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Repo metadata
- name: Repo metadata
id: repo
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const repo = await github.rest.repos.get(context.repo)
Expand Down

0 comments on commit c0995e3

Please sign in to comment.