Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 5745eab

Browse files
committed
Updated test.yaml to use ctions/checkout@v3
1 parent 5f18642 commit 5745eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git config --global core.autocrlf false
1818
git config --global core.eol lf
1919
- name: checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
- name: install brotli library on ubuntu
2222
if: matrix.os == 'ubuntu-latest'
2323
run: sudo apt update && sudo apt-get install -y libbrotli-dev

0 commit comments

Comments
 (0)