Skip to content

Commit

Permalink
Bump actions/checkout from 2.7.0 to 4.1.7 in the dotnet group
Browse files Browse the repository at this point in the history
Bumps the dotnet group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 2.7.0 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v2.7.0...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 3, 2024
1 parent 61b6308 commit c0c6ce1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -22,7 +22,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.7

- name: 'Print manual run reason'
if: ${{ github.event_name == 'workflow_dispatch' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 #@v2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #@v2
- name: Use Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-mono-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build-mono:
runs-on: macos-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 #@v2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #@v2
- name: Setup .NET SDK 6
if: ${{ env.DOTNET_DO_INSTALL == 'true' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snippets5000.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 #@v2.7.0
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #@v4.1.7

# Get the latest preview SDK (or sdk not installed by the runner)
- name: Setup .NET SDK
Expand Down

0 comments on commit c0c6ce1

Please sign in to comment.