Update checkout action version. (#15)

This commit is contained in:
debian-go
2024-03-07 19:49:21 +08:00
committed by GitHub
parent e723885620
commit a71663e369

View File

@@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Builder
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: build
ref: build
- name: Checkout Data
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: data
ref: master