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 runs-on: ubuntu-latest
steps: steps:
- name: Checkout Builder - name: Checkout Builder
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: build path: build
ref: build ref: build
- name: Checkout Data - name: Checkout Data
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: data path: data
ref: master ref: master