Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and NextFire committed Feb 18, 2024
1 parent c476552 commit a3c9a5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Get commit SHA
id: version
run: echo "::set-output name=commit_sha::$(git log -n1 --format='%h')"
Expand All @@ -21,7 +21,7 @@ jobs:
deno compile --unstable --allow-env --allow-run --allow-net --allow-read --allow-write --allow-ffi --target x86_64-apple-darwin music-rpc.ts
mv music-rpc music-rpc-${{ steps.version.outputs.commit_sha }}-x86_64-apple-darwin
- name: Upload x86_64
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
with:
name: music-rpc-${{ steps.version.outputs.commit_sha }}-x86_64-apple-darwin
path: music-rpc-${{ steps.version.outputs.commit_sha }}-x86_64-apple-darwin
Expand All @@ -30,7 +30,7 @@ jobs:
deno compile --unstable --allow-env --allow-run --allow-net --allow-read --allow-write --allow-ffi --target aarch64-apple-darwin music-rpc.ts
mv music-rpc music-rpc-${{ steps.version.outputs.commit_sha }}-aarch64-apple-darwin
- name: Upload aarch64
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
with:
name: music-rpc-${{ steps.version.outputs.commit_sha }}-aarch64-apple-darwin
path: music-rpc-${{ steps.version.outputs.commit_sha }}-aarch64-apple-darwin

0 comments on commit a3c9a5f

Please sign in to comment.