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:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/publish-action@v0.3.0
with:

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