うみゅ commited on
Commit
1b73e22
·
unverified ·
1 Parent(s): b3cbf33

Update deploy.yml

Browse files

use actions/checkout@v4

Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.github/workflows/deploy.yml CHANGED
@@ -9,7 +9,7 @@ jobs:
9
  runs-on: ubuntu-latest
10
  environment: production
11
  steps:
12
- - uses: actions/checkout@v3
13
  with:
14
  fetch-depth: 0
15
  lfs: true
 
9
  runs-on: ubuntu-latest
10
  environment: production
11
  steps:
12
+ - uses: actions/checkout@v4
13
  with:
14
  fetch-depth: 0
15
  lfs: true