Skip to content

Commit bd840fd

Browse files
committed
ci: update 'actions/checkout' to v3
Update 'actions/checkout' version from 2 to 3 to address the Node 12 deprecation warning. Signed-off-by: Victoria Dye <[email protected]>
1 parent 6316ccf commit bd840fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
go-version: '1.19.0'
1414

15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
with:
1717
path: src/git-bundle-server
1818

0 commit comments

Comments
 (0)