0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-07-02 16:42:40 +02:00

Bump actions/checkout version in test-proxy

This commit is contained in:
John Wesley Walker III 2024-02-16 14:16:47 +01:00 committed by GitHub
parent 4dfc3ce2d2
commit 463d0885b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -197,7 +197,7 @@ jobs:
steps: steps:
# Clone this repo # Clone this repo
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
# Basic checkout using git # Basic checkout using git
- name: Checkout basic - name: Checkout basic