Skip to content

Commit 96ee94e

Browse files
authored
Merge pull request #11 from fastapi-mvc/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents b5993e3 + 6a82611 commit 96ee94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-flake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Install Nix
1515
uses: DeterminateSystems/nix-installer-action@v4
1616
- name: Update flake.lock

0 commit comments

Comments
 (0)