Skip to content

Commit

Permalink
Bump actions checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Nov 5, 2023
1 parent b396226 commit e3491a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup VS environment
uses: ilammy/msvc-dev-cmd@v1
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ptlm-runner
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.1.3
Expand Down

0 comments on commit e3491a5

Please sign in to comment.