0
1
mirror of https://github.com/actions/checkout synced 2024-06-01 18:38:03 +02:00

Ensure test-proxy is using an up-to-date version of git

This commit is contained in:
John Wesley Walker III 2024-02-16 15:22:23 +01:00 committed by GitHub
parent 9397c07555
commit 3940af5a92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,6 +200,11 @@ jobs:
env:
https_proxy: http://squid-proxy:3128
steps:
- name: Install Git
run: |
apt-get update
apt-get install git
# Clone this repo
- name: Checkout
uses: actions/checkout@v3