Skip to content

Commit

Permalink
Merge pull request #2 from vegardit/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4
  • Loading branch information
sebthom committed Sep 11, 2023
2 parents ccb7e2a + 2dd1e1f commit 63fa1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: windows-latest
steps:
- name: "SCM Checkout"
uses: actions/checkout@v3 #https://github.com/actions/checkout
uses: actions/checkout@v4 #https://github.com/actions/checkout

- name: Create Windows user 'noadmin'
run: |
Expand Down

0 comments on commit 63fa1fd

Please sign in to comment.