Skip to content

Commit

Permalink
Merge pull request #6986 from dotnet/dependabot/github_actions/dotnet…
Browse files Browse the repository at this point in the history
…-4940f62cfc

Bump the dotnet group with 2 updates
  • Loading branch information
github-actions[bot] authored Sep 4, 2024
2 parents 5801c10 + 7b766e6 commit d938b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-code-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
dir: ${{ './github-actions/DotNet.GitHubAction' }}

- name: Create pull request
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.0
if: ${{ steps.dotnet-code-metrics.outputs.updated-metrics }} == 'true'
with:
title: '${{ steps.dotnet-code-metrics.outputs.summary-title }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snippets5000.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Update build output json file
- name: Upload build results
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a #@v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 #@v4.4.0
with:
name: build
path: ./output.json

0 comments on commit d938b02

Please sign in to comment.