File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717 steps :
1818 # install deps
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 - name : install debian-packaged dependencies
2121 run : sudo apt install -y libgtest-dev libbenchmark-dev libfmt-dev tidy git python3 python3-dateutil pipx
2222 - name : install pypi-packaged dependencies
5353
5454 steps :
5555 # install deps
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v6
5757 - name : install debian-packaged dependencies
5858 run : sudo apt install -y libgtest-dev libbenchmark-dev libfmt-dev tidy git python3 python3-dateutil python3-pip
5959 - name : install pypi-packaged dependencies
7878 runs-on : ubuntu-latest
7979
8080 steps :
81- - uses : actions/checkout@v4
81+ - uses : actions/checkout@v6
8282 - name : Build Docker image (no push)
8383 uses : mr-smithers-excellent/docker-build-push@v6
8484 with :
You can’t perform that action at this time.
0 commit comments