Skip to content

Commit

Permalink
Merge pull request #6979 from dotnet/dependabot/github_actions/dotnet…
Browse files Browse the repository at this point in the history
…-68bb3abc55

Bump the dotnet group with 3 updates
  • Loading branch information
github-actions[bot] authored Jul 10, 2024
2 parents 78ca649 + 283ae2c commit 82373c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-approve-and-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.1.0
uses: dependabot/fetch-metadata@v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve a PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #@v2
- name: Use Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #@v1
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b #@v1
with:
node-version: 12.x
- name: Run Markdownlint
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@65462800fd760344b1a7b4382951275a0abb4808 #@v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b #@v4.3.4
with:
name: build
path: ./output.json

0 comments on commit 82373c7

Please sign in to comment.