diff options
Diffstat (limited to '.github/workflows/dependency_sync.yml')
-rw-r--r-- | .github/workflows/dependency_sync.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependency_sync.yml b/.github/workflows/dependency_sync.yml index 98f3cef0..ee6500de 100644 --- a/.github/workflows/dependency_sync.yml +++ b/.github/workflows/dependency_sync.yml @@ -24,7 +24,7 @@ jobs: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.4.0 with: token: ${{ secrets.PSL_UPDATE_TOKEN }} ref: ${{ github.event.pull_request.head.ref }} |