Skip to content

Commit

Permalink
Merge pull request #4 from bbortt/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
bbortt committed Mar 11, 2024
2 parents e5c1a8f + 944bdbe commit 99c8f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
name: 'cli'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
working-directory: cli
run: cargo build --verbose
Expand Down

0 comments on commit 99c8f6c

Please sign in to comment.