Skip to content

Commit

Permalink
build: bump ci actions (#66)
Browse files Browse the repository at this point in the history
* ci: update checkout

* ci: update checkout
  • Loading branch information
xHyroM committed Mar 7, 2024
1 parent d360327 commit 194c60e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -75,4 +75,4 @@ jobs:
else
echo "Expected version to be 1.0.0, got ${{ steps.bun.outputs.version }}"
exit 1
fi
fi

0 comments on commit 194c60e

Please sign in to comment.