diff --git a/.github/workflows/dotnet-code-metrics.yml b/.github/workflows/dotnet-code-metrics.yml index db847d31920..d417756f7c0 100644 --- a/.github/workflows/dotnet-code-metrics.yml +++ b/.github/workflows/dotnet-code-metrics.yml @@ -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 }}' diff --git a/.github/workflows/snippets5000.yml b/.github/workflows/snippets5000.yml index 9931d61a606..f218af78bc9 100644 --- a/.github/workflows/snippets5000.yml +++ b/.github/workflows/snippets5000.yml @@ -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