Skip to content

Commit

Permalink
Update trigger-build.yml actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyifan authored Jan 23, 2024
1 parent f31d3f5 commit 8bd1135
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/trigger-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:

steps:
- name: Check out repo
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
uses: actions/checkout@v4
- name: Check if image is up-to-date, and build if not
run: .\check-and-build.ps1 $env:TRAIN ${{ github.actor }} ${{ secrets.GITHUB_TOKEN }}
env:
Expand Down

0 comments on commit 8bd1135

Please sign in to comment.