Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/pr-lint.yml to match the te…
Browse files Browse the repository at this point in the history
…mplate repo
  • Loading branch information
credfeto committed Nov 28, 2023
1 parent 717dea6 commit d5b2c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Info"
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
core.info('Branch: ${{env.HEAD_REF}}');
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
8.0.*
${{env.DOTNET_VERSION}}
- name: "Check Runner details"
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
core.info('Name: ${{runner.name}}');
Expand Down

0 comments on commit d5b2c6b

Please sign in to comment.