Skip to content

Commit

Permalink
Merge pull request #8561 from microsoftgraph/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Lauragra authored Sep 28, 2023
2 parents af2b849 + edb06b2 commit a7077c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Validate JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snippet-generation-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest # https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1804-README.md

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 10 # number of commits to fetch so that we can query history

Expand Down

0 comments on commit a7077c8

Please sign in to comment.