Skip to content

Commit

Permalink
ci/update-memcpy: update checkout and create-pull-request actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene authored Mar 15, 2024
1 parent 6dbcc43 commit 4af4fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-memcpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
if: github.repository == 'DMOJ/libmemcpy'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Update memcpy implementations
run: ./fetch_impls.sh
- name: Generate new code
run: ./generate.py
- name: Create pull request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
author: dmoj-build <[email protected]>
Expand Down

0 comments on commit 4af4fee

Please sign in to comment.