Update checkout actions

make-only-subtitle-default
HaveAGitGat 2 years ago
parent c04dba1453
commit 346a4598b9

@ -23,7 +23,10 @@ jobs:
git config --global core.autocrlf false git config --global core.autocrlf false
git config --global core.eol lf git config --global core.eol lf
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
@ -46,9 +49,9 @@ jobs:
contents: write contents: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v3
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:

Loading…
Cancel
Save