Skip to content

Commit bce0e04

Browse files
authored
Update deploy.yml
1 parent 6328e8a commit bce0e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010

1111
- name: Checkout code
12-
uses: actions/checkout@4
12+
uses: actions/checkout@v4.1.5
1313
- name: Build and deploy
1414
run: |
1515
dotnet publish -c Release -o publish

0 commit comments

Comments
 (0)