ci: update checkout

This commit is contained in:
Jozef Steinhübl 2024-03-07 11:38:04 +01:00 committed by GitHub
parent bfbd27a36b
commit faa3bc55f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ jobs:
- yarn@bun@1.0.0
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup package.json
run: |
echo "$(jq '. += {"packageManager": "${{ matrix.packageManager }}"}' package.json)" > package.json
@ -75,4 +75,4 @@ jobs:
else
echo "Expected version to be 1.0.0, got ${{ steps.bun.outputs.version }}"
exit 1
fi
fi