Skip to content

Commit

Permalink
Merge pull request #335 from brave/actions-checkout-v4
Browse files Browse the repository at this point in the history
Update actions/checkout to v4
  • Loading branch information
antonok-edm authored Feb 20, 2024
2 parents bec2e4e + fbf518c commit 56e6830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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

- name: Cargo build 'adblock' package
run: cargo build --all-features --all-targets
Expand Down

0 comments on commit 56e6830

Please sign in to comment.