Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 0aa95a9

Browse files
chore(deps): update actions/checkout action to v4
1 parent 577b1a5 commit 0aa95a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Code
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1818
- name: Build Solution
1919
run: dotnet build src/Promitor.DataGeneration.sln --configuration Release
2020
bicep:

0 commit comments

Comments
 (0)