build: bump ci actions (#66)

* ci: update checkout

* ci: update checkout
This commit is contained in:
Jozef Steinhübl 2024-03-07 11:39:32 +01:00 committed by GitHub
parent d3603274ac
commit 194c60efc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ jobs:
permissions: permissions:
contents: write contents: write
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: actions/publish-action@v0.3.0 - uses: actions/publish-action@v0.3.0
with: with:

View File

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