Skip to content

Commit

Permalink
GitHub Actions: updade checkout Action to v3
Browse files Browse the repository at this point in the history
I'm not sure what this step actually does since there is no `with:` section.
  • Loading branch information
ulmus-scott committed Sep 12, 2022
1 parent 1d40746 commit 71e24bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildmaster.yml
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout master
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup build environment
run: |
Expand Down

0 comments on commit 71e24bf

Please sign in to comment.