Skip to content

Commit

Permalink
Update actions to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jun 6, 2024
1 parent c08c40e commit ecd88c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Install .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Restore
run: .\build.ps1 restore
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: windows-latest
steps:
- name: Install .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Publish Docs
env:
BUILD_BOT_PASSWORD: ${{ secrets.BUILD_BOT_PASSWORD }}
Expand Down

0 comments on commit ecd88c5

Please sign in to comment.