Skip to content

Commit

Permalink
fix(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Sep 13, 2023
1 parent d3281a9 commit 3d7445d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Git Checkout
uses: actions/checkout@v3 #https://github.com/actions/checkout
uses: actions/checkout@v4 #https://github.com/actions/checkout

- uses: dart-lang/setup-dart@v1
with:
Expand Down

0 comments on commit 3d7445d

Please sign in to comment.