Update actions/checkout (#9587)

This commit is contained in:
Masaya Suzuki
2023-01-15 16:03:18 +09:00
committed by GitHub
parent a2e61c6708
commit e1159e9ef2
5 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ jobs:
# Check out merge commit
- name: Fork based /deploy checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0
with:
ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'