Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/approve-dependabot.yml to m…
Browse files Browse the repository at this point in the history
…atch the template repo
  • Loading branch information
credfeto committed Nov 28, 2023
1 parent de01348 commit a434019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/approve-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Check Repo Owner"
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
core.info('Owner: ${{github.repository_owner}}');
Expand All @@ -57,7 +57,7 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Check Repo Owner"
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
core.info('Owner: ${{github.repository_owner}}');
Expand Down

0 comments on commit a434019

Please sign in to comment.