Skip to content

Commit

Permalink
update gh actions version to avoid deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwb committed Mar 7, 2024
1 parent e65cd95 commit ec984ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run:
working-directory: ./src
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install brew dependencies
if: runner.os == 'macOS'
run:
Expand Down

1 comment on commit ec984ec

@josephwb
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fait accompli

Please sign in to comment.