Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
ci: pin actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Jan 19, 2024
1 parent 0ca3cd0 commit 1281c48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5.0
with:
submodules: true

- name: Install bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@9b21598af8d4dfc302e5a30250007de0fda92acc # v1.1.0

- name: Cache
uses: actions/[email protected]
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
.turbo
Expand All @@ -52,10 +52,10 @@ jobs:
run: cp dist/index.html dist/404.html

- name: Setup Pages
uses: actions/[email protected]
uses: actions/configure-pages@7110e9e03ffb4a421945e5d0607007b8e9f1f52b # v3.0.5

- name: Upload Artifact
uses: actions/[email protected]
uses: actions/upload-pages-artifact@64bcae551a7b18bcb9a09042ddf1960979799187 # v1.0.8
with:
path: "./dist/"

Expand All @@ -77,4 +77,4 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- id: deployment
uses: actions/[email protected]
uses: actions/deploy-pages@73e62e651178eeba977de2dc9f4c7645b3d01015 # v2.0.0

0 comments on commit 1281c48

Please sign in to comment.