Skip to content

Commit

Permalink
Merge pull request #1017 from microsoft/dev/mkacmar/actions-maintenance
Browse files Browse the repository at this point in the history
Update GitHub actions
  • Loading branch information
mkacmar authored Oct 18, 2024
2 parents eef1e3a + e707580 commit f881b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.x

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install format tool
run: dotnet tool install -g dotnet-format
Expand Down

0 comments on commit f881b5b

Please sign in to comment.