Skip to content

Commit

Permalink
{ci} Update actions/checkout in GitHub Actions to v3 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Aug 30, 2022
1 parent 15f656d commit de4f32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

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

- name: Install Dependencies (macOS)
if: matrix.config.os == 'macos-latest'
Expand Down

0 comments on commit de4f32a

Please sign in to comment.